[comp.binaries.ibm.pc.d] Please Post COMBINE Script

jharper@carina.unm.edu (Jeff) (03/16/90)

HELP!!!!! I seemed to have lost my copy of the COMBINE script by accident. :-(
Could someone please re-post the COMBINE script to this group? I'd rather it
be posted because there are probably others out there who want or need a copy
of it too. Thanks in advance. 

					- Jeff	


 EMAIL: jharper@carina.unm.edu                |  # /bin/csh
                                              |  if ( -e flame ) then
 "A stitch in time takes up space.."          |  fire_hose > flame
     The Doctor - "Delta and the Bannerman"   |  endif

steve@eros.ame.arizona.edu (Steve Cannon) (03/16/90)

In article <1957@ariel.unm.edu> jharper@carina.unm.edu (Jeff) writes:
>HELP!!!!! I seemed to have lost my copy of the COMBINE script by accident. :-(
>Could someone please re-post the COMBINE script to this group? I'd rather it

#! /bin/sh
cat $* | sed '/^END/,/^BEGIN/d' | uudecode

The above two lines ought to do the trick.


Steve Cannon <X> UUCP: ...{uunet,allegra,cmc12,hao!noao,att}!arizona!eros!steve
AME Dept.    <XXXXXXXXXX> Internet: steve@eros.ame.arizona.edu
University of Arizona <X> Bitnet: scannon@arizrvax
Tucson, AZ 85721      <X> Phone: +1 602 621-6091

jharper@carina.unm.edu (Jeff) (03/17/90)

Thanks to those who bailed me out by responding for my request to post the
COMBINE script!!! :-) Just in case someone out there needs COMBINE script,
I've included it in this article. Thanks again folks! :-)

				- Jeff
----Cut Here----
#!/bin/sh
sed '/^END/,/^BEGIN/d' $* | uudecode

 EMAIL: jharper@carina.unm.edu                |  # /bin/csh
                                              |  if ( -e flame ) then
 "A stitch in time takes up space.."          |  fire_hose > flame
     The Doctor - "Delta and the Bannerman"   |  endif