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