Skip to content

Instantly share code, notes, and snippets.

@thirota
Created July 18, 2013 01:39
Show Gist options
  • Save thirota/6026074 to your computer and use it in GitHub Desktop.
Save thirota/6026074 to your computer and use it in GitHub Desktop.
search a keyword and count files
grep HOGE * | awk '{print $1}' | awk -F : '{print $1}' | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment