|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 201 (0xc9) Types: TextFile Names: »t.anova«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─⟦this⟧ »cph85dist/stat/test/t.anova«
#!/bin/sh badfiles="manycols muchlev nocols nodata nolev nonnum ragged" prog=anova tmp=/tmp/$prog$$ for infile in $badfiles do $prog < $infile > /dev/null 2>> $tmp done diff badfile $tmp /bin/rm $tmp