Last active
April 2, 2018 22:57
-
-
Save arsham/e57b12a8b34f664e93b0327cce562a38 to your computer and use it in GitHub Desktop.
Find files not containing a string with grep. #bash #zsh #shell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -L <TEXT> --exclude "<EXCLUDE PATTERN>" */**/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example: