1XZLESS(1) XZ Utils XZLESS(1)
2
3
4
6 xzless, lzless - view xz or lzma compressed (text) files
7
9 xzless [file...]
10 lzless [file...]
11
13 xzless is a filter that displays pagefulls of uncompressed text from
14 compressed file(s) to a terminal. It works on files compressed with
15 xz(1) or lzma(1). If no files are given, xzless reads from standard
16 input.
17
18 xzless uses less(1) as its only pager. Unlike xzmore, the choice of
19 pagers is not alterable by an environment variable. Commands are based
20 on both more(1) and vi(1), and allow back and forth movement and
21 searching. See the less(1) manual for more information.
22
23 The command named lzless is provided for backward compatibility with
24 LZMA Utils.
25
27 LESSMETACHARS
28 A list of characters special to the shell. Set by xzless unless
29 it is already set in the environment.
30
31 LESSOPEN
32 Set to a command line to invoke the xz(1) decompressor for pre‐
33 processing the input files to less(1).
34
36 less(1), xz(1), xzmore(1), zless(1)
37
38
39
40Tukaani 2009-07-05 XZLESS(1)