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: compressed data embedded in script

2009-10-05 Thread Rob Coops
On Mon, Oct 5, 2009 at 5:02 PM, Bryan R Harris bryan_r_har...@raytheon.comwrote: 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

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

Re: Compressed data embedded in script

2009-10-04 Thread Uri Guttman
BH == Bryan Harris bryansli...@gmail.com 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