Archive Tapes

Pim Zandbergen pim at cti-software.nl
Fri May 4 19:06:00 AEST 1990


bjstaff at zds-ux.UUCP (Brad Staff) writes:

>$ find . -print | sort | cpio -ovB > /dev/rdsk/f0q15dt
>Reached end of medium on output.
>If you want to go on, type device/file name when ready.


Instead, use:

$ find . -print | sort | cpio -ovBO /dev/rdsk/f0q15dt
                                  ^
This will make cpio know the device name, so you won't have
to type "/dev/rdsk/f0q15dt" for every floppy change.
-- 
Pim Zandbergen                             domain : pim at cti-software.nl
CTI Software BV                            uucp   : uunet!mcsun!hp4nl!ctisbv!pim
Laan Copes van Cattenburch 70              phone  : +31 70 3542302
2585 GD The Hague, The Netherlands         fax    : +31 70 3512837



More information about the Comp.unix.i386 mailing list