For your bzip2 files, would the following command suffice?

bzcat <filename> | less

This would be similar to handling a gzipped file with:

zcat <filename> | 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, [EMAIL PROTECTED]
> =====================================================================
> The human mind ordinarily operates at only ten percent of its
> capacity -- the rest is overhead for the operating system.
> 
> _______________________________________________
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
---end quoted text---
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to