Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!utastro!werner From: werner@utastro.UUCP (Werner Uhrig) Newsgroups: comp.sys.mac Subject: Re: Combining Files Summary: here is a simple script I use Message-ID: <3641@utastro.UUCP> Date: 21 Feb 89 12:05:25 GMT References: <1452@petsd.UUCP> <2896@udccvax1.acs.udel.EDU> Distribution: usa Organization: U. Texas, Astronomy, Austin, TX Lines: 20 In <2896@udccvax1.acs.udel.EDU> pfeifer@vax1.acs.udel.EDU (Mark Pfeifer) writes: > Is there a Un*x (tm) script to automatically paste together the > files that are posted in comp.binaries.mac? If there is, could > someone mail it to me? # # use: combhex # echo "(This file must be converted with BinHex 5.0) " > $1.hqx unset noclobber cat $1.hqx $* |\ sed -n -e 1p -e '/ /d' -e '/ /d' -e '/^---$/d' -e '/./p' > $1.hqx -- --------------------> PREFERED-RETURN-ADDRESS-FOLLOWS <--------------------- (ARPA) werner@rascal.ics.utexas.edu (Internet: 128.83.144.1) (INTERNET) werner%rascal.ics.utexas.edu@cs.utexas.edu (UUCP) ..!utastro!werner or ..!uunet!rascal.ics.utexas.edu!werner