up vote 0 down vote favorite
share [g+] share [fb]

When I run a grep search with a lot of results, it gives me a blank screen, and then spits the results all out at once when it's done. How to I make it print the results AS it finds them? Thanks!

link|improve this question
feedback

1 Answer

Assuming you're using GNU grep, try using the --line-buffered option.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown