The other day I was wishing for an option in a grep-like tool that would show me nothing and exit immediately if there were no hits, but show me the full file in a pager with the hits highlighted if there were hits...
That's how I discovered `less -p <pattern>` which is *good enough* and I wish I'd known about it many years ago


