Skip to content

Instantly share code, notes, and snippets.

@beanieboi
Created August 19, 2012 09:57
Show Gist options
  • Save beanieboi/3394062 to your computer and use it in GitHub Desktop.
Save beanieboi/3394062 to your computer and use it in GitHub Desktop.
history | awk {'print $2, $3, $4'} | sort | uniq -c | sort -k1 -rn | head -n 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment