When I use e.g. cat file.txt | grep --color=tty "pattern" I get the pattern I search highlighted. When I want some more context around each hit, grep has the -A, -B and -C parameters.
However, I want to display the whole file (or whatever command output) and highlight a certain pattern. Does such a highlight command or tool exist?