tokuhirom's Blog

最近うってるこまんど

http://blog.afoolishmanifesto.com/archives/1318

% history -n 1 | awk {'print $1'} | sort | uniq -c | sort -k1 -rn | head
    206 git
    130 vi
    109 ls
     98 perl
     57 s
     53 make
     40 perldoc
     37 cd
     35 l
     28 screen

なおここで、l と s は ls の alias である。