"Nicolas JALLY Vtech" <[EMAIL PROTECTED]> writes:

> perhaps you should use /bin/zcat instead of "gzip -cd" which apparently is
> only for Windows system

Huh?

{cdh@sunray} 7:32am (~) > uname -a
SunOS sunray 5.7 Generic_106541-06 sun4u sparc SUNW,UltraSPARC-IIi-Engine
{cdh@sunray} 7:32am (~) > gzip --help
gzip 1.2.4 (18 Aug 93)
usage: gzip [-cdfhlLnNrtvV19] [-S suffix] [file ...]
 -c --stdout      write on standard output, keep original files unchanged
 -d --decompress  decompress
 -f --force       force overwrite of output file and compress links
 -h --help        give this help
 -l --list        list compressed file contents
 -L --license     display software license
 -n --no-name     do not save or restore the original name and time stamp
 -N --name        save or restore the original name and time stamp
 -q --quiet       suppress all warnings
 -r --recursive   operate recursively on directories
 -S .suf  --suffix .suf     use suffix .suf on compressed files
 -t --test        test compressed file integrity
 -v --verbose     verbose mode
 -V --version     display version number
 -1 --fast        compress faster
 -9 --best        compress better
 file...          files to (de)compress. If none given, use standard input.
{cdh@sunray} 7:32am (~) > 

Looks like Unix to me...Gzip was on Unix long before it existed on
Windows. 

I have:

UNCOMPRESS *.gz,*.Z "/usr/local/bin/gzip -cd"

Just to make sure that it finds it. Remember, when you run things via
cron, the path you get may be different than you are used to.

Can you uncompress the file yourself? Can you do the 'gzip -cd' on the
file and have it spit out log lines?

cdh

-- 
Chris D. Halverson                         Complete Internet Solutions
PGP mail accepted, finger for public key   http://www.CompleteIS.com/~cdh/
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to