Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
XZLESS(1) | XZ Utils | XZLESS(1) |
NAME
xzless, lzless - view xz or lzma compressed (text) filesSYNOPSIS
xzless [file...]DESCRIPTION
xzless is a filter that displays text from compressed files to a terminal. Files supported by xz(1) are decompressed; other files are assumed to be in uncompressed form already. If no files are given, xzless reads from standard input.ENVIRONMENT
- LESSMETACHARS
- A list of characters special to the shell. Set by xzless unless it is already set in the environment.
- LESSOPEN
- Set to a command line to invoke the xz(1) decompressor for preprocessing the input files to less(1).
SEE ALSO
less(1), xz(1), xzmore(1), zless(1)2025-03-06 | Tukaani |