History meme

I see from Mark and Tim there’s this history meme floating around. So, let’s see:

mathie@tullibardine:~$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s \n",a[i],i}}'|sort -rn|head
  636   git
   63   cd
   55   ls
   42   rake
   27   mate
   19   script/console
   16   port
   16   cap
   11   script/server
    7   sudo

Geez, that’s a lot of git! Come to think of it, since I keep 1,000 lines of history, that means nearly 64% of my command line activity recently has involved git! So the posts here are reflecting reality. :-)

Oh, and I tag Mark and Craig.

Comments are closed.