1XZMORE(1) XZ Utils XZMORE(1)
2
3
4
6 xzmore, lzmore - view xz or lzma compressed (text) files
7
9 xzmore [file...]
10 lzmore [file...]
11
13 xzmore is a filter which allows examination of xz(1) or lzma(1) com‐
14 pressed text files one screenful at a time on a soft-copy terminal.
15
16 To use a pager other than the default more, set environment variable
17 PAGER to the name of the desired program. The name lzmore is provided
18 for backward compatibility with LZMA Utils.
19
20 e or q When the prompt --More--(Next file: file) is printed, this com‐
21 mand causes xzmore to exit.
22
23 s When the prompt --More--(Next file: file) is printed, this com‐
24 mand causes xzmore to skip the next file and continue.
25
26 For list of keyboard commands supported while actually viewing the con‐
27 tent of a file, refer to manual of the pager you use, usually more(1).
28
30 more(1), xz(1), xzless(1), zmore(1)
31
32
33
34Tukaani 2013-06-30 XZMORE(1)