Shell History

malbisetti@pentaserv:~/red_teatral$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
292 bzr
51 cd
29 tail
25 ls
24 exit
17 screen
15 su
9 vim
6 rm
6 cat

Right, I might be using bzr a bit too much…  :)

This entry was posted by beuno on April 10, 2008 at 1:13pm. It is filed under Bazaar, Debian, Ubuntu. You can follow any comments to this entry through the RSS 2.0 feed.

Feel free to read the comments, or leave one of your own!

Also, if you're feeling social, you can Digg this, add it to del.icio.us, add it to Technorati, or add it to Newsvine!

Sites that reference this post:
  1. earobinson » My top 10 commands 2.0

Comments for “Shell History”



  1. bialix Said:

    LOL. I feel the same about myself.



  2. Sandy Dunlop Said:

    marvin:~ sandyd$ history|awk ‘{a[$2] } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
    134 make
    110 mono
    56 bzr
    54 cd
    45 ls
    20 ssh
    9 rm
    7 vi
    6 sudo
    6 clear

    Although I have been using a GUI tool for Bazaar recently

Leave a Comment