Skip to content

Instantly share code, notes, and snippets.

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 miketaylr/5aaea0842a2763e613cedda40595b8a2 to your computer and use it in GitHub Desktop.
Save miketaylr/5aaea0842a2763e613cedda40595b8a2 to your computer and use it in GitHub Desktop.
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