fgrep "cwilks3" ls.r | tr -s " " \\t | cut -f 5 | perl -ne 'chomp; $s+=$_; $c++; END { print "$s\t".($s/$c)."\t$c\n";}' > ls.r.size