Skip to content

Instantly share code, notes, and snippets.

@regnerjr
Created June 13, 2014 14:55
Show Gist options
  • Save regnerjr/00a91a39b53456bc3087 to your computer and use it in GitHub Desktop.
Save regnerjr/00a91a39b53456bc3087 to your computer and use it in GitHub Desktop.
history | awk '{ print $2 }' | awk '{ a[$0]++ } END { for(key in a) print a[key], key }' | sort -rn | head -n 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment