|
|
Power 6/32 Unix version 1.21
BEGIN { printon = 1}
length==0 { if (printon==1) print substr($0,1,48) }
length>0 {
if (printon==1) {
if (substr($0,49,1)!= "#") print substr($0,1,48);
else if ($5 != "\"temp$.s\"") printon=0;
}
else if (NF==5 && substr($0,49,1)=="#" && $5=="\"temp$.s\"") printon=1;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.