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