History meme

My main system gives me this:

hrw@home:~$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head

379 git
209 bitbake
171 cd
113 sudo
111 ls
77 rm
76 mc
73 mtn
73 grep
72 svn

It is easy to see what takes most of my time ;)

linux