What the heck.  I have seen this before but never thought to do it myself. Here is my shell history.

[elake@ronin ~]$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
190 cvc
157 vim
128 cd
98 ls
98 conary
85 sudo
46 rmake
44 cat
15 locate
15 exit

cvc and rmake are commands that are used for creating packages for Foresight Linux. The rest everyone should know :)

4 Comments

  1. mook baby mook!

  2. Don’t let pscott see that. He is on a mission to have ‘mook’ changed to ‘bake’.

    • stef
    • Posted April 10, 2008 at 2:28 pm
    • Permalink

    I don’t know… I kinda like “roast” or “grill”

  3. Somehow i missed the point. Probably lost in translation :) Anyway … nice blog to visit.

    cheers, Compulsion

2 Trackbacks/Pingbacks

  1. By earobinson » My top 10 commands 2.0 on 10 Apr 2008 at 4:30 pm

    [...] 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 [...]

  2. [...] 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 [...]

Post a Comment

*
*