Skip to content

Instantly share code, notes, and snippets.

@alexgman
Forked from thirota/gist:6026074
Last active August 29, 2015 14:25
Show Gist options
  • Save alexgman/5f90ab3adec9b5058246 to your computer and use it in GitHub Desktop.
Save alexgman/5f90ab3adec9b5058246 to your computer and use it in GitHub Desktop.
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