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

⟦74be7a5e6⟧ TextFile

    Length: 198 (0xc6)
    Types: TextFile
    Notes: UNIX file
    Names: »Remove«

Derivation

└─⟦0a3e55c12⟧ Bits:30004034 RC900 Utilities version 1.2 for ix/386
└─⟦0a3e55c12⟧ UNIX Filesystem
    └─ ⟦this⟧ »RCUTL.SCO/install/Remove« 
└─⟦b0ddf4192⟧ Bits:30004700 RC900 Utilities Rel. 1.2
└─⟦b0ddf4192⟧ UNIX Filesystem
    └─ ⟦this⟧ »RCUTL.SCO/install/Remove« 

TextFile

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