Michael J

Authored Comments

Nice. I usually put the grep in the find command and use the -exec option like this:

find . -name "*.c" -exec grep "aWord" \{\} \;

:D