Re: Compression Functions



Hi you can exec this command

tar xzvf logs.tar.gz access_log

where access_log is the file you want to extract.

Regards,

John Peters

On Apr 28, 9:52 pm, William Gill <nore...@xxxxxxxxxxx> wrote:
I want to do a quick and dirty scan of Apache logs using some of the
zlib Compression Functions. My hosting company tars and gzips several
other log files into the gz file. Is there an easy way, using PHP, to
separate the files, and only process the Apache log?

.