Skip to content

Instantly share code, notes, and snippets.

@itspriddle
Created February 11, 2013 17:53
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 itspriddle/4756144 to your computer and use it in GitHub Desktop.
Save itspriddle/4756144 to your computer and use it in GitHub Desktop.
~ > history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head -20
882 vim
702 git
466 cd
408 ack
241 gco
232 ls
218 rm
129 mv
100 rspec
98 cp
79 gd
68 brew
63 mkdir
46 gem
44 echo
43 mvim
42 cat
40 gbd
37 gb
37 curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment