Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!helios!archone!byron From: byron@archone.tamu.edu (Byron Rakitzis) Newsgroups: comp.unix.questions Subject: Re: SHELL ARCHIVER recommendation soclicited Message-ID: <17769@helios.TAMU.EDU> Date: 25 Jun 91 08:06:12 GMT References: <1991Jun25.055549.26282@noose.ecn.purdue.edu> Sender: usenet@helios.TAMU.EDU Distribution: na Organization: College of Architecture, Texas A&M University. Lines: 30 In article <1991Jun25.055549.26282@noose.ecn.purdue.edu> luj@gus17.ecn.purdue.edu (Jun Lu) writes: >There are quite a few free versions/flavors of shell archivers floating >around. Which one do you use ? Which do you recommend ? Comparisons of >efficiecy(small, fast) v.s. portability are welcomed ? Any other facts are >also appreciated. If there is sufficient interest, I'll post a summary. This archiver has never failed me: (btw, it was originally written in sh, then translated into rc. It is based on the bundle(s) described in K&P) #!/bin/rc # bundle: group files into distribution package echo '#' to unbundle, sh this file echo '#' bundled by `whoami on `hostname at `date echo '#' contents of bundle: for (i) echo '#' $i for (i) { echo echo $i echo 'sed ''s/^-//'' > '$i' <<''end of '$i'''' sed 's/^/-/' $i echo end of $i } -- Byron Rakitzis byron@archone.tamu.edu