Shell History
2008-04-10T16:03:06Z | Comments: 1
Meme of the day. Why not:
sean@lenny:~$ history|awk '{a[$2]++} END{for(i in a)
> {printf "%5d\t%s\n",a[i],i}}'|sort -rn|head
113 ls
72 cd
65 hg
30 svn
25 ssh
23 sudo
21 gvim
19 paster
14 python
14 ./bin/instance
That last one is a Plone buildout server controller and test runner.
