Top 10 Commands In Your Shell History

Saw this post on objo’s blog, apparently it’s a meme of some kind, though his was the first I’ve seen.  But I thought it was pretty cool none the less.  Here’s mine:

$  history 1000 | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn
| head
114 cd
84 ls
79 irb
39 git
31 pedump
10 ps
10 objdump
10 e
8 ssh
8 dd

You can see a bit of my dual developerness there, irb and git for ruby, and pedump and e for the windows side (this is in cygwin).  What does your shell history have to say?