Hacker News new | ask | show | jobs
by varikin 4097 days ago
That only works if you only care about search results since you started tailing. If you want to search for what happened before you started tailing, you need to stop tailing and use less/grep/etc.
1 comments

Ah yes. I usually let the tail -f run, open another SSH session and grep from there.