More command line meme data
Friday, April 11th, 2008Since everyone else is doing this... I thought I would join in
dazza@macpro:~>history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}' |sort -rn|head 96 svn 85 python 44 nosetests 40 ./start-tgmetalinfo.py 37 ssh 28 tgenv 20 mate 16 cd 14 curl 13 ls
that's a bit weird. I do a lot of svn as I merge from development to release. I'm surprised (and pleased) to see nosetests (unit test suite) being called so frequently. tgenv is an alias I have for setting up my workingenv for TurboGears (I have many different version of turbogears installed). mate is the command line call to TextMate (text editor) from the current directory. I think the curls are there from debugging calls to AWS (Amazon Web Services).