Matthew Hannigan <[EMAIL PROTECTED]> writes: > Weird. > > With --line-buffered on the first grep I get it continuous. > If only the second grep is --line-buffered, then it goes spurty again. > That points to the first grep buffering by default, to me.
I guess grep is detecting whether it's talking to a terminal, and doesn't buffer if it is (or probably line buffers). -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
