Re: compressed data embedded in script

2009-10-05 Thread Rob Coops
On Mon, Oct 5, 2009 at 5:02 PM, Bryan R Harris wrote: > > > > I have about 60 MB of text data I want to include at the bottom of a > script. > > 60 MB is too big for us, but compressed it would be probably only 3-6 MB > which is much better. Is there any way to put gzipped data in the DATA > sect

compressed data embedded in script

2009-10-05 Thread Bryan R Harris
I have about 60 MB of text data I want to include at the bottom of a script. 60 MB is too big for us, but compressed it would be probably only 3-6 MB which is much better. Is there any way to put gzipped data in the DATA section of a script, and have the main body of the script conveniently re

Re: Compressed data embedded in script

2009-10-04 Thread Uri Guttman
> "BH" == Bryan Harris writes: BH> I have about 60 MB of text data I want to include at the bottom of BH> a script. BH> 60 MB is too big for us, but compressed it would be probably only BH> 3-6 MB which is much better. Is there any way to put gzipped data BH> in the DATA section o

Compressed data embedded in script

2009-10-04 Thread Bryan Harris
I have about 60 MB of text data I want to include at the bottom of a script. 60 MB is too big for us, but compressed it would be probably only 3-6 MB which is much better. Is there any way to put gzipped data in the DATA section of a script, and conveniently read it? I'd also prefer that my s