I lost the run….

shermann@home-emt64:~$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
147 cd
96 ls
34 vi
29 less
27 sudo
17 debuild
15 build
14 sl
14 cp
10 dch

and now at work…

shermann@wz-pc-006:~$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
88 cd
59 ls
44 sudo
33 ssh
29 sshc
19 apt-cache
14 clear
13 tr
13 make
12 echo

Before you ask:

build is an alias to an sbuild call, which I use for my local sbuild infrastructure

sshc is a bash function which I need for having a list of all servers in the company…

sl is just a stupid syntax error, it means ls ;)