Have you ever piped the output of some command to grep to search for some string and then had so much returned to you that you had a hard time finding the search term? Well I stole an idea from the Knoppix CD the other day to help with this.

By adding the line

alias grep='grep --color'
to your .bashrc file, grep will highlight (in color) the matching terms in it's output. Very Nice!