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

under linux
try : /bin/zcat or gzcat

analog's help file comcerning logfile :
*********************
It is often convenient to store logfiles compressed to save disk space.
Analog on the Mac can read logfiles compressed using gzip. And analog on
Unix and Win32 can read compressed logfiles provided that you use an
UNCOMPRESS command to say how to uncompress them. You need to supply the
types of file that you want to uncompress in a comma-separated list,
together with the name of a command that will uncompress the files to
standard output (rather than to a file). For example, on Unix you might use
UNCOMPRESS *.gz,*.Z  /usr/bin/gzcat

whereas on Windows NT, you might use
UNCOMPRESS *.gz ("c:\Program Files\gzip\gzip" -cd)
*********************************



> -----Message d'origine-----
> De: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Chris
> D.Halverson
> Date: vendredi 11 ao�t 2000 14:35
> �: [EMAIL PROTECTED]
> Objet: Re: [analog-help] gzipped archives
>
>
> "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]/
> ------------------------------------------------------------------------
>

------------------------------------------------------------------------
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