Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!pasteur!cory.Berkeley.EDU!mallari From: mallari@cory.Berkeley.EDU (Brian Mallari) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Extraction of binaries from multiple articles - a question Summary: Use "combine" Message-ID: <11169@pasteur.Berkeley.EDU> Date: 16 Mar 89 19:55:58 GMT References: <6130@bsu-cs.UUCP> <3173@homxb.ATT.COM> Sender: news@pasteur.Berkeley.EDU Reply-To: mallari@cory.Berkeley.EDU.UUCP (Brian Mallari) Distribution: na Organization: University of California, Berkeley Lines: 18 In article <3173@homxb.ATT.COM> rry@homxb.ATT.COM (R.YADAVALLI) writes: >haven't had much success with getting stuff out of multi-part postings. I [....] >Could some kind soul e-mail me the right way of dealing with these multi-part >articles? Thank you all in advance for your help. Create a file called "combine" that contains the following: #! /bin/sh cat $* | sed '/^END/,/^BEGIN/d' | uudecode Then just type: combine ...... where file1,2,3,... are the parts of the uuencoded file. You don't have to edit the parts at all before you run 'compile'. -Brian Fancy signature under construction.