SyntaxFix
Write A Post
Hire A Developer
Questions
I use the tail -f <file> | grep <pattern> all the time.
tail -f <file> | grep <pattern>
It will wait till grep flushes, not till it finishes (I'm using Ubuntu).