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
Index: T s

⟦b6a05e04f⟧ TextFile

    Length: 514 (0x202)
    Types: TextFile
    Names: »script.master«

Derivation

└─⟦db229ac7e⟧ Bits:30007240 EUUGD20: SSBA 1.2 / AFW Benchmarks
    └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21E/musbus/Workload/script.master« 
    └─⟦this⟧ »EUUGD20/AFUU-ssba1.21/ssba1.21F/musbus/Workload/script.master« 

TextFile

%W% /bin/sh -ie
PATH=XXX:$PATH
export PATH
mkdir /tmp/$$ tmp
%% small edit
keyb edscr1.dat | ed edit.dat
chmod u+w temporary
rm temporary
%% ls
ls -l /bin
%% cat
cat cat.dat
%% copy
cp edit.dat /tmp/$$/
cp /tmp/$$/* tmp
rm -rf /tmp/$$
%% spell
spell big.txt > /tmp/m$$
rm -f /tmp/m$$
%% ffssba
ff.test 1>/tmp/t$$ 2>&1
rm -f /tmp/t$$
%% hanoi
hanoi 22
%% randmem
randmem -s1024 -n4000000
%% pipe i/o
pipe 10000
%% syscall
syscall 40000
%% fstime
fstime 1000 tmp
%% C compiler
cc dummy.c 1>&2
rm a.out
%%
rm -rf tmp