Well, everyone else is doing it… I only installed a week or two ago, so this probably doesn’t say much (or maybe it does?):
1 2 3 4 5 6 7 8 9 10 11 |
$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head 74 make 60 ls 59 sudo 47 cd 33 svn 31 [censored] 30 git 23 vim 14 rm 13 grep |
My work-pattern is to do my coding in anjuta (with the odd bits here and there in vim) and to have a terminal open that I build in, so that explains the high instance of ‘make’… Not sure about the rest of it – sudo probably because I’ve had to edit a lot of config files/install a lot of packages… Interesting that for almost everyone else, ‘cd’ comes above ‘ls’…
]]>