Path: utzoo!utgpu!jarvis.csri.toronto.edu!torsqnt!tmsoft!list-injector From: edwin@sclcig.UUCP (Edwin Allum) Newsgroups: can.usrgroup Subject: Cpio question Message-ID: <9001152048.AA02433@sclcig.UUCP> Date: 16 Jan 90 01:48:46 GMT Reply-To: edwin@sclcig.UUCP (Edwin Allum) Distribution: ont Lines: 12 X-Mailer: SCO Office Portfolio (version 1.0) HELP HELP, How can I abort the following command when cpio fails and prompts for input: find . -print | cpio -ocB > /dev/rct0 That is, if there is insufficent tape, the above cpio command prompts for the device/filename to continue. If I can send a return it will then abort. Note, this command runs in a shell script as a cronjob. Edwin