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:
- 3 are git
- 3 are Rails development related
- 4 are common unix commands
1 4 are aliases
May 10th, 2008 at 03:59 PM Heh, you use gst like I do. I presume like me you also have sst?
May 11th, 2008 at 05:58 PM gst is an alias I use for git status; strangely, when needed I just type svn status (not so much lately :)