Command line meme

Seems like everyone is posting there top ten command line commands, so what the hell…
 
ryanparrishscomputer:~ rparrish$ history|awk ‘{a[$2]++} END{for(i in a){printf “%5d\t%s\n”,a[i],i}}’|sort -rn|head
  57 ls
  51 cd
  45 svn
  22 ssh
  19 paster
  13 sudo
  11 vi
  9 python
  6 ps
  3 whois
This is on a week old OS 10.5 system, so [...]