Hacker News new | ask | show | jobs
by tom-lord 4097 days ago
You can also achieve this by doing:

tail -f whatever.log | grep --color=auto -C99 exception

And there are other ways pausing/scrolling back, such as tmux's scroll mode.