Annotation of cci/d/dmp4/awk14858, revision 1.1.1.1

1.1       root        1: BEGIN  { printon = 1}
                      2: length==0      { if (printon==1) print substr($0,1,48) }
                      3: length>0       {
                      4:        if (printon==1) {
                      5:                if (substr($0,49,1)!= "#") print substr($0,1,48);
                      6:                else if ($5 != "\"temp$.s\"") printon=0;
                      7:        }
                      8:        else if (NF==5 && substr($0,49,1)=="#" && $5=="\"temp$.s\"") printon=1;
                      9: }
                     10: 

unix.superglobalmegacorp.com

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