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
bat precisely does that and can be aliased to cat alias cat='bat'
alias cat='bat'