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: ghostdog74
Brought to you by Warp, a free terminal reimagined to work like a modern app.
pattern

Command
Copy
grep -L "pattern"
Tags