Skip to content

Instantly share code, notes, and snippets.

@christianb
Created August 27, 2020 10:27
Show Gist options
  • Save christianb/666665c33223c70e29d492c0756371e2 to your computer and use it in GitHub Desktop.
Save christianb/666665c33223c70e29d492c0756371e2 to your computer and use it in GitHub Desktop.
Show number of occurence of a string within files in directory
# number of @Test in all files in this directory
grep -o -r "@Test" . | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment