Thu 2 Apr 2009
$ history | awk '{print $2}' | awk 'BEGIN {FS="|"}{print $1}' | sort | uniq -c | sort -n | tail -n 20 | sort -nr
322 ssh
123 cd
96 ls
80 svn
43 awk
36 mysql
34 cat
32 vi
24 man
19 sudo
14 rm
11 elinks
10 /usr/local/bin/mysql
8 gedit
8 echo
8 apt-cache
7 scp
7 ps


April 3rd, 2009 at 3:44am
poor echo gets no respect…..well,ok, more than ps, but still.
April 3rd, 2009 at 8:11am
yeah I was a bit shocked to see how little I care about what is running on my own machine. Or really, given the ssh usage.. how little I actually even USE my own machine.