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