Skip to content

Instantly share code, notes, and snippets.

@timruffles
Created January 10, 2011 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timruffles/773552 to your computer and use it in GitHub Desktop.
Save timruffles/773552 to your computer and use it in GitHub Desktop.
get some stats on your past
history | awk '{$words[$2]++} END { for(w in words) print words[w], w }' | sort -k 1,2 -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment