Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!usc!elroy.jpl.nasa.gov!decwrl!world!jstone From: jstone@world.std.com (Jeffrey R Stone) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Seeking "smarter" UUDECODE.C type utility Message-ID: <1991Jan30.011116.14079@world.std.com> Date: 30 Jan 91 01:11:16 GMT References: <1991Jan22.020001.15847@ashtate> Organization: The World @ Software Tool & Die Lines: 15 tomr@ashtate (Tom Rombouts) writes: >Has anyone made a modified UUDECODE that will skip through >"junk" between sections of multi-part posts? [ stuff deleted ] >(Alternate solution: an AWK or CSH script that automatically >deletes non-uuencoded lines.) Try this simple csh script: awk '/^BEGIN/,/^END/' $1 | grep -v "cut here" | uudecode -jeff-