Annotation of 43BSDReno/usr.bin/awk/test/t.avg, revision 1.1

1.1     ! root        1: {s = s + $1; c = c + 1}
        !             2: END {
        !             3: print "sum=", s, " count=", c
        !             4: print "avg=", s/c
        !             5: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.