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