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

1.1       root        1: BEGIN { FS = "a" }
                      2: {
                      3:        n = split ($0, x, FS)
                      4:        if (n != NF)
                      5:                print "botch at ", NR, n, NF
                      6:        for (i=1; i<=n; i++)
                      7:                if ($i != x[i])
                      8:                        print "diff at ", i, x[i], $i
                      9: }

unix.superglobalmegacorp.com

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