Patrick's Soapbox (v8)

The personal writings of Patrick Quinn-Graham. You might want to stalk him through his photos, twitters or the everything summary.

Content from February 2003 to October 2006 can be found in the Soapbox Crypt.

Home     Archive     Contact
Sat Apr 19

History Meme

Everybody loves a pointless meme. Everybody I say.

Felicity:~ patrick$ history|awk '{print $2}'|sort|uniq -c|\
sort -rn|head
 125 cd
  80 ls
  55 git
  29 ssh
  16 cvs
  15 cat
  14 rm
  13 dev_appserver.py
  12 telnet
  11 ping

SVN is notably absent, but then I invoke that almost entirely from within TextMate or Xcode. dev_appserver.py is the Google App Engine SDK environment.

Not terribly exciting I admit, and missing is cap, updateassets (a script that updates the CDN and my server copy with the latest versions of things from subversion) and updatedns (tells my DNS server to update from SVN and asks bind to reload).

What’s life without the occasional pointless meme?