Find all files in a directory that don't contain a string
Finds all files in a repository that don't contain a given pattern.
Authored by: ghostdog74pattern
Command
Copy
grep -L "foo" pattern
Tags
Edit in GitHub
Copied
Finds all files in a repository that don't contain a given pattern.
Authored by: ghostdog74grep -L "foo" pattern