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