Entries tagged with “meme”


Page: 1
Start with Memes

2008-04-11 01:12:33-0400 - development (4),fun (1),shell (1),meme (1) - 3 comments

I might as well kick off this blog with a meme. Steve Holden just posted this meme:

$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head
  138   ls
  117   cd
   88   svn
   26   emacs
   22   ./manage.py
   17   rm
   13   mkdir
   12   su
   12   find
   10   mv

Interesting. So, as it turns out, I do use emacs in the terminal. (This was run on my VPS server, where I do everything in the console.) As it turns out, I also like to execute ls a lot. This is the thing I do whenever I’m thinking. (A good friend of mine uses pwd. I guess that’s a little less taxing.)

Page: 1