jane@serenity:~ $ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -nr|head -n 15
194 ssh
60 cd
55 ls
22 lsof
21 nmap
20 sudo
14 screen
14 pkg-config
12 find
12 echo
11 svn
9 cal
9 scp
8 open
7 uptime
I find that somewhat bizarre...I don't ever remember using pkg-config.
And i'm surprised kill/killall didn't make the list :p
(
Read more... )