Hacker News new | ask | show | jobs
by oimaz 4094 days ago
less +F is not such a good alternative to "tail -f" or better "tail -F" especially when you are filtering the output of tail using grep or awk.
1 comments

I imagine you could probably do "tail -f | grep/awk ... | less +F".
It works fine indeed. I'm using it all the time.