Living on the Edge

Memes - Because Everyone is Doing It

Posted on April 16, 2008

$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head
  157    git
   91    cd
   82    ./manage.py
   52    nosetests
   49    ls
   11    python
    8    mate
    7    exit
    6    svn
    6    sqlite3
Comments
  1. Evren Esat OzkanApril 16, 2008 @ 05:59 PM

    Hi,

    don’t know what are you using for coding. but i think if it has a git plugin, then it couldnt be no 1 :)

  2. EmptyApril 16, 2008 @ 09:42 PM

    Evren: I use TextMate for coding. It has a Git bundle although I don’t use it. I was actually surprised to see Git so high. Although it has become a regular part of my development process.