Skip to content

Instantly share code, notes, and snippets.

@killerswan
Created April 25, 2012 23:25
Show Gist options
  • Save killerswan/2494413 to your computer and use it in GitHub Desktop.
Save killerswan/2494413 to your computer and use it in GitHub Desktop.
Weep
sed -e 's/,/;/' $1 | awk '{FS=";"; count[$2]++} END {for (jj in count) print ""count[jj]";",jj }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment