SyntaxFix
Write A Post
Hire A Developer
Questions
I've a directory with a bunch of files. I want to find all the files that DO NOT contain the string "speedup" so I successfully used the following command:
grep -iL speedup *