I'm busier than I want to be at the moment. Anyway, via James:
$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head
255 hg
54 ls
42 cd
19 less
18 python
14 vim
11 bzflag
7 screen
7 bzr
6 ./run_tests.py
Comments
471 spam comments omitted.
I am no longer accepting new comments.
Al
#2996, 2008-04-11T09:44:14Z
Adam,
I don't know what hg is off the top of my head but I sure hope it is fun.
Al.
Adam Gomaa
#2997, 2008-04-11T10:01:01Z
It's Mercurial, a version control program. And VCSs can only be so much fun... but as far as they go, Mercurial is a very good one.