Skip to content

Instantly share code, notes, and snippets.

@itsthomson
Created April 30, 2011 20:05
Show Gist options
  • Save itsthomson/949949 to your computer and use it in GitHub Desktop.
Save itsthomson/949949 to your computer and use it in GitHub Desktop.
Command History Meme
[19:56:06] thomson@ada ~> history 2000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
995 vim
434 ls
149 cd
105 git
89 rspec
78 rails
63 rake
53 tmux
20 exit
14 whois
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment