Raphael Goubet <[EMAIL PROTECTED]> wrote: > I'd like Analog to analyze compressed logfiles. Following the > documentation, I added this line to my cfg file: > UNCOMPRESS *.gz (gzip -cd) > > All my logfiles are gzip'd. I want to get a computer output to a file > whose name is specified in a secondary config file, given in the > command line using the +g switch. > > Now, since I added the UNCOMPRESS line, the output is written on > screen instead of in the file. It looks like the -c switch from gzip > applies also to analog. What can I do?
It's extremely unlikely that the -cd switch in your uncompress comman is causing this problem. It sounds much more likely that analog isn't recognizing your OUTFILE, or, probably most likely, that you have a space between +g and the name of your secondary config file, so that Analog isn't reading your secondary config file at all. What happens if you remove the UNCOMPRESS command? Aengus +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
