Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!crdgw1!rdsunx.crd.ge.com!davidsen From: davidsen@rdsunx.crd.ge.com (William E Davidsen) Newsgroups: comp.unix.xenix.sco Subject: Re: Piping TAR Keywords: TAR, PIPES, REDIRECT Message-ID: <19307@crdgw1.crd.ge.com> Date: 6 May 91 20:04:49 GMT References: <361@nic.cerf.net> Sender: news@crdgw1.crd.ge.com Reply-To: davidsen@crdos1.crd.ge.com Distribution: usa Organization: GE Corporate R&D Center, Schenectady NY Lines: 19 In article <361@nic.cerf.net>, rembis@nic.cerf.net (Michael Rembis) writes: |> Hi. I need some help on a PC based XENIX system running version 2.3. |> I am trying to relocate a tar file that is on the hard disk out to |> a set of floppies. I have tried things like tar xf FILE | (tar cv2 -) |> and other combinations of that command with no luck. Does anyone know |> the right sequence to initiate this ? I think what you want is to grab a copy of 'bundle' off an archive o0f comp.sources.misc. This is a program which takes a stream input (or output) from (to) a pipe and breaks it into multiple volumes. It also writes one cylinder at a time, so performance is enhanced. If you do much of this don't forget to format the floppies with "-i 2" to get the 3:1 performance boost! PS: I will mail this to a few people if you want, more than that and I'll send the new version to the group. I just got the shared memory option working under V.4, and found some minor bugs.