|
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: 194 (0xc2) Types: TextFile Notes: UNIX file Names: »Remove«
└─⟦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«
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