On Tue, 1 May 2001, Jeremy C. Reed wrote:
> But
>  tail -f access.log | grep GET
> doesn't display anything (unless I wait awhile for several future entries).

This should be:

But
  tail -f access.log | grep GET | grep GET
doesn't display anything (unless I wait awhile for several future entries).

Any ideas?


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to