Skip to content

Instantly share code, notes, and snippets.

@bjeanes
Created September 2, 2008 01:09
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 bjeanes/8362 to your computer and use it in GitHub Desktop.
Save bjeanes/8362 to your computer and use it in GitHub Desktop.
alias profileme="history | awk '{print \$2}' | awk 'BEGIN{FS=\"|\"}{print \$1}' | sort | uniq -c | sort -n | tail -n 20 | sort -nr"
####
bne-developer:~ bjeanes$ profileme
612 git # I think I like git
230 cd
193 dscl
153 ssh
131 mate
107 rake
100 rm
88 ls
87 sudo
67 curl
46 irb
43 open
43 h
43 gac
41 mv
40 script/generate
37 ping
30 ruby
30 gem
28 plutil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment