Ruminations on Development
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?
Posted at 09:33PM Apr 16, 2008 by Nelson "Nelz" Carpentier in General | Comments[0]