Shell usage statistics

This meme seems to be running again:

Compass:~ bergie$ 
history|awk '{print $2}'|awk 'BEGIN {FS="|"} {print $1}'|sort|uniq -c | sort -nr |head -n 10
 209 git
  47 svn
  30 cd
  24 sudo
  24 phing
  18 ssh
  16 ls
  13 vi
  12 ~/ajatus_ssh_replicate
  12 scp

Interesting to see how the stats have changed in one and half years. Main changes are due to Ajatus replication, and git being used for MidCOM 3 development.

Technorati Tags: history, shell, unix