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