Nelz' Blog

Ruminations on Development


« Random Techy Stuff | Main | Java 5 FOREACH Synta... »
Wednesday Apr 16, 2008

History Meme

I found a new meme spreading amongst the technorati... The "history" meme. (See previous examples here, here, and here.)

Basically, you run a script to show what commands you frequently use.

Here's my output:

$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s \n",a[i],i}}'|sort -rn|head
  102   svn 
  100   ls 
   74   cd 
   49   wget 
   31   ruby 
   28   rm 
   13   exit 
   10   gem 
    9   which 
    8   mv 

What is yours?

Comments:

Post a Comment:
  • HTML Syntax: Allowed