history|awk '{print $2}'|sort|uniq -c|sort -rn|head
135 prove
80 svn
71 make
27 cover
27 HARNESS_PERL_SWITCHES=-MDevel::Cover
23 scripts/yaml_dumper
22 open
21 perl
18 ls
11 pwd
On the workstation:history|awk '{print $2}'|sort|uniq -c|sort -rn|head
149 ls
51 perl
45 svn
42 cd
24 tail
15 df
14 rm
11 less
11 cat
9 grep
Very satisfying to see that about half the top 10 things on my laptop are related to testing. Sadly the same isn't true on my workstation. yaml_dumper dumps data from a mysql database in YAML format for use in ClearPress fixtures.Matt prompted me. I tag Andy and Jody to run with it. (0 comments)
