Skip to content

Instantly share code, notes, and snippets.

@Dmitry-Kucher
Created February 23, 2020 12:59
Show Gist options
  • Save Dmitry-Kucher/6801ce7422bb25aec5315c0957cadd23 to your computer and use it in GitHub Desktop.
Save Dmitry-Kucher/6801ce7422bb25aec5315c0957cadd23 to your computer and use it in GitHub Desktop.
Count all occurrences of pattern in file

grep -o "string_pattern" filename[.file_extendsion] | wc -l

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