Skip to content

Instantly share code, notes, and snippets.

@peregrinogris
Created May 21, 2015 13:58
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 peregrinogris/70ed384497c0d0ff8edb to your computer and use it in GitHub Desktop.
Save peregrinogris/70ed384497c0d0ff8edb to your computer and use it in GitHub Desktop.
Find occurrences in files
#!/bin/bash
grepc $1 | awk -F':' '{print $1}' | sort | uniq -c
@peregrinogris
Copy link
Author

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