History
Posted by Mike Wed, 16 Apr 2008 13:34:00 GMT
Here I give in to a Silly Internet Meme (Tim made me do it).
mpierson@macbook:~$ history|\
awk '{a[$2]++} END{for(i in a){printf "%5d\t%s \n",a[i],i}}'|\
sort -rn|head
195 ls
121 g
83 svn
75 cd
71 sudo
50 less
32 grep
28 xbacklight
22 ssh
20 ./update.sh
“g” is an alias for gvim and “update.sh” is an IDM build script.
... and I've added Tim's “lh” to the macbook
