ref: e533e05deffd621ff5dcf683446ef759ec2949fd dir: /testdir/t.avg/
{s = s + $1; c = c + 1} END { print "sum=", s, " count=", c print "avg=", s/c }