Hacker News new | ask | show | jobs
by jetpks 4097 days ago
Correct, however the author is saying that there's no reason to ever use tail unless you're tailing multiple files, which is false. Most of the functionality you want is already built into your terminal emulator. If you want slower updates (`less` uses 1 second polling, vs `tail` [inotify]), and the ability to search, by all means, use `less`.
1 comments

Hmm, someone should add inotify handling to `less`.