Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!SIMTEL20.ARPA!W8SDZ From: W8SDZ@SIMTEL20.ARPA (Keith Petersen) Newsgroups: comp.binaries.ibm.pc Subject: (shar(uuencode(arc))) Message-ID: Date: 18 Apr 88 06:12:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 21 Chuck, try this on the uuencoded shared files I posted. If you saved them in order with ascending names it will automatically extract and uudecode them, leaving the originals and the .arc file in your Unix directory. Invoke it with a wild-card: unshar zcommexe.sh* (assuming you saved them as zcommexe.sh01 through zcommexe.sh04). It's all automatic. #!/bin/sh # # unshar shell - unpack one or more shar files # # Copyright 1988 bill davidsen # this program may be used by any person for any purpose. for Name in $* do sed -n '/^[:#]/,$p' $Name | sh done --Keith Petersen Arpa: W8SDZ@SIMTEL20.ARPA Uucp: {decwrl,harvard,lll-crg,ucbvax,uunet,uw-beaver}!simtel20.arpa!w8sdz GEnie: W8SDZ