lbzless - Man Page

file perusal filter for crt viewing of compressed text

Synopsis

lbzless [ name ...  ]

Description

Zless is a filter which allows examination of compressed or plain text files one screenful at a time on a soft-copy terminal.  It is the equivalent of setting the environment variable LESSOPEN to '|lbzip2 -cdq -- %s', and the environment variable LESSMETACHARS to '<space><tab><newline>;*?"()<>[|&^`#\$%=~', and then running less. However, enough people seem to think that having the command lbzless available is important to be worth providing it.

See Also

lbzmore(1), less(1)

Bugs

Zless does not work with compressed data that is piped to it via standard input; it requires that input files be specified as arguments. To read compressed data from a pipe, you can use ...|bunzip2|less instead of ...|lbzless.