Skip to content

Instantly share code, notes, and snippets.

@admench
Created November 14, 2022 09:35
Show Gist options
  • Save admench/f4069df55aef950965c6ab8588d26a7b to your computer and use it in GitHub Desktop.
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
// Look through vue files recursively and find ones that don't have a component name set:
grep -r -L "name:" ./**/*.vue
@admench
Copy link
Author

admench commented Nov 14, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment