Created
May 10, 2016 21:31
-
-
Save miketaylr/5aaea0842a2763e613cedda40595b8a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
history | awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n ",a[i],i}}' | sort -rn | head | |
4183 git | |
637 ls | |
486 cd | |
343 ./mach | |
341 j | |
288 python | |
279 pep8 | |
273 nosetests | |
182 cat | |
176 grunt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment