Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hp-pcd!hpmcaa!nacer From: nacer@hpmcaa.mcm.hp.com (Abdenacer Moussaoui) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Automated extraction of programs from c.b.i.p postings. Message-ID: <140012@hpmcaa.mcm.hp.com> Date: 19 Jul 90 16:46:27 GMT References: <5213@castle.ed.ac.uk> Organization: HP McMinville Division Lines: 26 >> Bob Davis writes: >..... deleted .... >which I have aliased to: > >massuud: aliased to cat * | sed /^END/,/^BEGIN/d | uudecode > >The files are miraculously concatenated together, everything NOT between >the BEGIN and END lines of each posting is discarded; and finally, >the residue is UUDECODED. > > > Doesn't this assume that you save each posting in a separate files making sure you name the files are named eg. p01 p02 ... p19 instead of p1 p2 ... p19 so that they are correctly sorted when unix expand the wild character above? It is much easier task to save the postings (especially when they are in the correct order) to the same file and then run the script above on that file. I usually use the sequence (in notes) s f repeatedly and just make sure the postings get concatenated in the correct order. BTW. why are parts 2...etc of a postings posted as responses? I guess they would not arrive in the same order?