A little bit of history

May 8th, 2008

I am a bit late on the history meme. Here I am:

Wonderland$ history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
149 git
60 spec
46 ls
45 gst
42 cd
28 rake
14 ssh
8 ss
7 houston
7 gco

Things to note1:

  1. 3 are git
  2. 3 are Rails development related
  3. 4 are common unix commands

1 4 are aliases

2 Responses to “A little bit of history”

  1. Zach Inglis Says:
    Heh, you use gst like I do. I presume like me you also have sst?
  2. Les Hill Says:
    gst is an alias I use for git status; strangely, when needed I just type svn status (not so much lately :)

Leave a Reply