Is there a method to colorize the output of cat, the way grep does.
cat
grep
For grep, in most consoles it displays a colored output hi
On OSX simply do brew install ccat.
brew install ccat
https://github.com/jingweno/ccat. Like cat but displays content with syntax highlighting. Built in Go.