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