SyntaxFix
Write A Post
Hire A Developer
Questions
The following command gives me all the files that do not contain the pattern foo:
foo
find . -not -ipath '.*svn*' -exec grep -H -E -o -c "foo" {} \; | grep 0