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 - download

⟦db35e2d25⟧ TextFile

    Length: 275 (0x113)
    Types: TextFile
    Names: »cvt.links.sh«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/news/cvt/cvt.links.sh« 

TextFile

: "Convert from B 2.9 to 2.10 spool format, with dots turned into slashes."
L=$1
S=$2
cat $L/active >> xtmp
ed - xtmp << 'X'
g; ;s; .*;;
1,$s;.*;ln & &/*;
1,$s;\.;/;
1,$s;\.\([^ ]* \);/\1;
1,$s; \(.*\) \(.*\); \2 \1;
w
q
X
cat xtmp | (cd $S ; sh -v)
rm -f a.out parents xtmp