Grep supports showing matches in a colour since RedHat 7.3 but it's not enabled by default like colour support in "ls" is. These attachments can go in /etc/profile.d and will set the aliases for grep to show coloured matches. Version-Release number of selected component (if applicable): grep-2.5.1-17
Not worth making attachments, I guess. Put this in /etc/profile.d/colorgrep.csh: alias grep 'grep --color=tty' Put this in /etc/profile.d/colorgrep.sh: alias grep='grep --color=tty' 2>/dev/null
Guaranteed that as soon as this happens there will be bug reports saying to turn it off. This is a user preference thing I think.