Grep On Continous Stream
We can use --line-buffered argument in grep command.
Usage
tail -f file | grep --line-buffered my_patternSource: StackOverFlow
Last updated
We can use --line-buffered argument in grep command.
tail -f file | grep --line-buffered my_patternSource: StackOverFlow
Last updated