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