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…  🙂

3 responses to “Shell History”

  1. […] know that this has been done before but it seems to go around every once in a while and I always have fun reading them. So once again here are my top 10 […]

    Like

  2. LOL. I feel the same about myself.

    Like

  3. 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

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: