i want to make a report of all files in my system that use the word 'foo'. i do not want results that have
/CVS in the path to be added.
i figure i should be able to pipe the info and filter it out, but i'm not sure how. here's the command.
Code:
$ grep -R foo ./ >> log.txt