Created
November 14, 2022 09:35
-
-
Save admench/f4069df55aef950965c6ab8588d26a7b to your computer and use it in GitHub Desktop.
Look through files recursively and find ones that don't contain a particular string
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
// Look through vue files recursively and find ones that don't have a component name set: | |
grep -r -L "name:" ./**/*.vue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Credit to this stackoverflow post https://stackoverflow.com/questions/14809800/find-files-that-does-not-contain-a-string