From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 15:24:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D73D616A4C0 for ; Fri, 29 Aug 2003 15:24:18 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC5443FA3 for ; Fri, 29 Aug 2003 15:24:18 -0700 (PDT) (envelope-from evan@comcast.net) Received: from me (12-211-144-238.client.attbi.com[12.211.144.238](untrusted sender)) by comcast.net (sccrmhc13) with SMTP id <200308292224170160022bgbe>; Fri, 29 Aug 2003 22:24:17 +0000 Received: (nullmailer pid 1286 invoked by uid 1001); Thu, 28 Aug 2003 04:37:47 -0000 Date: Wed, 27 Aug 2003 23:37:47 -0500 From: ES To: David Kelly Message-ID: <20030828043747.GA1206@terminator.client.attbi.com> References: <200308271100.42049.dkelly@HiWAAY.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308271100.42049.dkelly@HiWAAY.net> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: zmore for bzip2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 22:24:19 -0000 For your bzip2 files, would the following command suffice? bzcat | less This would be similar to handling a gzipped file with: zcat | less ...which is essentially what "zmore" does... -bsdterm On Wed, Aug 27, 2003 at 11:00:42AM -0500, David Kelly wrote: > /etc/newsyslog.conf uses J in FreeBSD-5.1 to specify bzip2 format for > compression. zmore(1) doesn't know bzip format, is someone working on > it? > > -- > David Kelly N4HHE, dkelly@hiwaay.net > ===================================================================== > The human mind ordinarily operates at only ten percent of its > capacity -- the rest is overhead for the operating system. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" ---end quoted text---