Grep with colour
by
Matt Hamilton
on
Nov 06, 2008
Never knew this before:
grep --color foo bar.txt
will search for 'foo' in the file bar.txt and will highlight the colour. Works on MacOS and FreeBSD (and probabaly Linux).

