Resolved (Re: Alternatives to zcat ?)

2004-01-11 Thread rob.c

- Original Message - 
From: "Gautam Gopalakrishnan" <[EMAIL PROTECTED]>
To: "rob.c" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, January 11, 2004 8:35 PM
Subject: Re: Alternatives to zcat ?


> On Sat, Jan 10, 2004 at 08:27:35PM -, rob.c wrote:
> > Hello All,
> >
> > I used to peruse my logs (when prompted by events in the periodic script
> > output emails) using zcat, however i've just tried again for the first
time
> > recently and appears the logfile compression format has changed.

> /usr/bin/bzcat

Thanks Gautam and Scott for your suggestion. It worked of course.

rob aka peas


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Alternatives to zcat ?

2004-01-11 Thread Scott W
rob.c wrote:

Hello All,

I used to peruse my logs (when prompted by events in the periodic script
output emails) using zcat, however i've just tried again for the first time
recently and appears the logfile compression format has changed. This is in
turn means that i can no longer use a command like "zcat
 | grep searchstringfromoutputemail" as it just
renders a "not in gzip format" message. So my question really is ... is
there an alternative to zcat that can read .bz2 compression or do i have to
go back to unziping to a directory first and deleting it afterwards ?
regards,
rob
(aka peas)


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 

bzcat would seem to be part of the base system...

Scott

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Alternatives to zcat ?

2004-01-11 Thread Gautam Gopalakrishnan
On Sat, Jan 10, 2004 at 08:27:35PM -, rob.c wrote:
> Hello All,
> 
> I used to peruse my logs (when prompted by events in the periodic script
> output emails) using zcat, however i've just tried again for the first time
> recently and appears the logfile compression format has changed. This is in
> turn means that i can no longer use a command like "zcat
>  | grep searchstringfromoutputemail" as it just
> renders a "not in gzip format" message. So my question really is ... is
> there an alternative to zcat that can read .bz2 compression or do i have to
> go back to unziping to a directory first and deleting it afterwards ?

/usr/bin/bzcat


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"