I can’t remember where I saw this first…
I ran
history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n ",a[i],i}}'|sort -rn|head
and got this:
100 cd
62 ls
60 git
28 ssh
26 hg
19 mate
17 psql
15 sudo
15 mv
14 rake
Looks like I’ve spent too much time looking for things, and not enough time working on them.