Annotation of researchv10dc/vol2/anim/race.splice, revision 1.1

1.1     ! root        1: awk '  # merge two sort animations
        !             2: BEGIN {        # file name   label                status of last getline
        !             3:     f1 = "is.s";      l1 = "view insert";  s1 = 1
        !             4:     f2 = "qs.s";      l2 = "view quick";   s2 = 1
        !             5:     sep = "click comp"
        !             6:     while (s1 && s2) {
        !             7:         print l1; while ((s1 = getline <f1) > 0 && $0 != sep) print
        !             8:         print l2; while ((s2 = getline <f2) > 0 && $0 != sep) print
        !             9:         print sep
        !            10:     }
        !            11:     if (s1 > 0) { print l1; while (getline <f1) print }
        !            12:     if (s2 > 0) { print l2; while (getline <f2) print }
        !            13: }' >race.s

unix.superglobalmegacorp.com

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