DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

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

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦ad7f11413⟧ TextFile

    Length: 141 (0x8d)
    Types: TextFile
    Notes: UNIX file
    Names: »Remove«

Derivation

└─⟦b1d6695d7⟧ Bits:30004155/sitdisk.imd SW95713I 386/ix Software Development System Rel. 2.0
└─⟦b1d6695d7⟧ UNIX Filesystem
    └─⟦this⟧ »sitls/install/Remove« 

TextFile

echo "The following files are being removed:"
for i in `cat /usr/lib/installed/Files/sitls.name`
do
	echo $i
	rm -rf $i >/dev/null 2>&1
done