it’s a geeky meme
Sunday, April 13th, 2008lars@bozeman:~$ history|awk ‘{a[$2]++} END{for(i in a){printf “%5d\t%s\n”,a[i],i}}’|sort -rn|head
133 cd
114 ls
44 svn
31 vi
28 python
24 ssh
21 ./ConfigurationManager.py
17 make
13 rsync
It looks to me like I spend too much time moving around the file system. I should try to type more pathnames and stick around in one place…