I'm trying to grep a tail -f out to a file.
But it doesn't seem to be working.
I am doing:
tail -f file | grep 'term' > file.txt
No output to file.
Anyone see what is wrong? Any ideas how to do this?
But it doesn't seem to be working.
I am doing:
tail -f file | grep 'term' > file.txt
No output to file.
Anyone see what is wrong? Any ideas how to do this?

Comment