Shell history stats

root@salotto:/home/zarrelli# history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
70 ls
56 cd
40 apt-get
39 dig
22 dpkg
18 make
17 ssh
16 cat
16 apt-cache
15 vi
root@salotto:/home/zarrelli#

Giusto per non farci mancare un meme

[Via Planet Ubuntu]