|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 198 (0xc6) Types: TextFile Notes: UNIX file Names: »Remove«
└─⟦19aea28d9⟧ Bits:30004649 ISC 3.0.1 Patch Disk Rel. 2.0 (5.25 inch) └─⟦19aea28d9⟧ UNIX Filesystem └─⟦this⟧ »I30PD.ISC/install/Remove« └─⟦a1684274c⟧ Bits:30004650 ISC 3.0.1 Patch Disk Rel. 2.0 (3.5 inch) └─⟦a1684274c⟧ UNIX Filesystem └─⟦this⟧ »I30PD.ISC/install/Remove«
echo "The following files are being removed:" for i in `cat /usr/lib/installed/Files/I30PD.ISC.name` do if test -d $i ; then rmdir $i 2> /dev/null && echo $i else rm -f $i && echo $i fi done