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