Y
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
rcthompson
4094 days ago
I imagine you could probably do "tail -f | grep/awk ... | less +F".
link
simgidacav
4094 days ago
It works fine indeed. I'm using it all the time.
link