Hacker News new | ask | show | jobs
by 64bitbrain 4097 days ago
I use "tail -f" most of the time. Sometimes, I just dig more and use grep with it.

tail -f sys.log | grep NETDEV

But I would definitely give this a try, thanks for sharing.