DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦59f2c6a97⟧ TextFile

    Length: 194 (0xc2)
    Types: TextFile
    Names: »nodups.awk«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/Spiderweb/master/nodups.awk« 

TextFile

##161:

#line 2529 "/u/nr/web/src/master/spider.web"

#line 2530 "/u/nr/web/src/master/spider.web"
{if($0==last){
print"Error: duplicate name",$0,"on lines",NR-1"-"NR
exit-1
}
last=$0
}
##:161