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

⟦86954452e⟧ TextFile

    Length: 194 (0xc2)
    Types: TextFile
    Notes: UNIX file
    Names: »Remove«

Derivation

└─⟦40f9239c0⟧ Bits:30004676 MUX Basics Rel. 1.2 (5.25 inch)
└─⟦40f9239c0⟧ UNIX Filesystem
    └─⟦this⟧ »RCMUX/install/Remove« 
└─⟦f022668d5⟧ Bits:30004677 MUX Basics Rel. 1.2 (3.5 inch)
└─⟦f022668d5⟧ UNIX Filesystem
    └─⟦this⟧ »RCMUX/install/Remove« 

TextFile

echo "The following files are being removed:"
for i in `cat /usr/lib/installed/Files/RCMUX.name`
do
	if test -d $i ; then
		rmdir $i 2> /dev/null && echo $i
	else
		rm -f $i && echo $i
	fi
done