Skip to content

Instantly share code, notes, and snippets.

@7rin0
Created May 30, 2017 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 7rin0/cb56258e062ab9676c23abcf4e9c6fda to your computer and use it in GitHub Desktop.
Save 7rin0/cb56258e062ab9676c23abcf4e9c6fda to your computer and use it in GitHub Desktop.
Word count , grep, cli
# https://www.cyberciti.biz/faq/unix-linux-grep-word-count-command/
grep -o -w 'foo' bar.txt | wc -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment