Skip to content

Instantly share code, notes, and snippets.

@adwinsky
Created December 12, 2012 11:53
Show Gist options
  • Save adwinsky/4267212 to your computer and use it in GitHub Desktop.
Save adwinsky/4267212 to your computer and use it in GitHub Desktop.
Counting pattern occurrences in the fail (underscore) in this case
ack -R 'id="\w+\_\w+"' . | ack --count 'id="\w+\_\w+"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment