Annotation of 43BSDReno/usr.bin/awk/test/t.time, revision 1.1.1.1

1.1       root        1: BEGIN {
                      2:        FS = "-"
                      3: }
                      4: 
                      5: /ing$/ {
                      6:        n++
                      7:        s += length($NF)
                      8:        print
                      9: }
                     10: 
                     11: END {
                     12:        print n, s, s/n >"glop"
                     13: }

unix.superglobalmegacorp.com

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