command line history – me too
I’ve seen this on a couple of blogs recently so I thought I’d give it a go on the VPS this site is hosted on:
steve@decaf:~$ history | awk ‘{a[$2]++} END {for(i in a)print a[i] " " i}’ | sort -rn | head -10
190 ls
80 cd
24 cp
22 sudo
19 rm
14 svn
12 history
11 tar
10 wget
10 vi
And as root:
172 [...]