How do I find files that do not contain a given string pattern?
07:21 17 Nov 2009

How do I find out the files in the current directory which do not contain the word foo (using grep)?

file grep directory find