Nice. I usually put the grep in the find command and use the -exec option like this:
find . -name "*.c" -exec grep "aWord" \{\} \;
:D
Nice. I usually put the grep in the find command and use the -exec option like this:
find . -name "*.c" -exec grep "aWord" \{\} \;
:D