[vox-tech] Idea for 'tee' -- shut up already!

Brian Lavender brian at brie.com
Fri Dec 3 16:41:09 PST 2010


On Fri, Dec 03, 2010 at 02:13:15PM -0800, Bill Kendrick wrote:
> 
> So I'm grepping & cut'ing a huge log file (6.4 million lines)
> and made the mistake of deciding to pipe it through "tee" to
> watch for a while.  I forgot to do this from within a "screen"
> session, so I'm kind of stuck staring at it in a terminal.  *sigh* :)
> 
> I don't want to watch any more, and wish I could do something like,
> I dunno maybe like this...?
> 
> 
>   $ cat hugefile.log | grep whatever | cut -f 1,2,3 | tee output.txt
>   {huge dump of data}

Signal handler perhaps in a shell script that toggles output to stdout?
http://linuxcommand.org/wss0160.php


-- 
Brian Lavender
http://www.brie.com/brian/

"Program testing can be used to show the presence of bugs, but never to
show their absence!"

Professor Edsger Dijkstra
1972 Turing award recipient


More information about the vox-tech mailing list