Annotation of researchv10dc/vol2/index/tools/dups.awk, revision 1.1.1.1

1.1       root        1:        {
                      2:        if(last == $0)next
                      3:        if(last "s" == $0){
                      4:                print last
                      5:                last = ""
                      6:                next
                      7:        }
                      8:        else if(last != "")
                      9:                print last
                     10:        last = $0
                     11:        }
                     12: END    {
                     13:        if(last != "")print last
                     14: }

unix.superglobalmegacorp.com

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