What are your most frequently used commands?
Posted by lucidfox.org
at 16:52, 1 February 2008 (UTC)
sikon@lucidfox:~$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -nr|head
53 juic
49 sudo
38 mc
34 debuild
23 killall
18 make
15 firefox
14 dpkg
13 dpkg-source
12 apt-cache
[…] tip: lucidfox) […]
martin@edna:~/flock$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] “ “ i}}’|sort -nr|head
81 ssh
41 while
34 ls
24 sudo
24 imapsync
23 aptitude
22 gpgsm
20 montage
18 gpsbabel
14 cd
As you can see, mostly ssh. Nice idea.