More on: grep, unix, Sat Jul 03 19:44:54 -0600 2010
Show me the one liner!
$ find . -type f -exec grep -nH -e SearchStr {} /dev/null \;
neat!