XZLESS(1) | XZ Utils | XZLESS(1) |
xzless, lzless - view xz or lzma compressed (text) files
xzless [file...]
lzless [file...]
xzless is a filter that displays text from compressed files to a terminal. It works on files compressed with xz(1) or lzma(1). If no files are given, xzless reads from standard input.
xzless uses less(1) to present its output. Unlike xzmore, its choice of pager cannot be altered by setting an environment variable. Commands are based on both more(1) and vi(1) and allow back and forth movement and searching. See the less(1) manual for more information.
The command named lzless is provided for backward compatibility with LZMA Utils.
2010-09-27 | Tukaani |