Skip to content

Entries published on April 10, 2008

1 entry published on this date. See also: all entries published in April 2008, full archive.

I don’t normally do memes

But this one was geeky and interesting enough to be worth it:

$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head
   75   cd
   64   ls
   34   ssh
   29   python
   21   rm
   21   hg
   20   svn
   18   man
   18   less
   17   screen

Entry published April 10, 2008. Read full entry.