]> icculus.org git repositories - icculus/xz.git/blob - src/scripts/xzmore.1
Create correct symlinks even when
[icculus/xz.git] / src / scripts / xzmore.1
1 .\" Original file was take from gzip, thus this man page is under GNU GPLv2+.
2 .TH XZMORE 1 "2009-04-13" "XZ Utils"
3 .SH NAME
4 xzmore, xzless, lzmore, lzless \- view .xz or .lzma compressed (text) files
5 .SH SYNOPSIS
6 .B xzmore
7 .RI [ "filename ..."  ]
8 .br
9 .B xzless
10 .RI [ "filename ..."  ]
11 .br
12 .B lzmore
13 .RI [ "filename ..."  ]
14 .br
15 .B lzless
16 .RI [ "filename ..."  ]
17 .SH DESCRIPTION
18 .B  xzmore
19 is a filter which allows examination of .xz or .lzma compressed text files
20 one screenful at a time on a soft-copy terminal.
21 .PP
22 To use a pager other than the default
23 .B more,
24 set environment variable
25 .B PAGER
26 to the name of the desired program, such as
27 .BR less .
28 If
29 .B xzmore
30 is called as
31 .B xzless
32 then
33 .B less
34 is used as the
35 .BR PAGER .
36 The names
37 .B lzmore
38 and
39 .B lzless
40 are provided for backward compatibility with LZMA Utils.
41 .TP
42 .BR e " or " q
43 When the prompt --More--(Next file:
44 .IR file )
45 is printed, this command causes xzmore to exit.
46 .TP
47 .B s
48 When the prompt --More--(Next file:
49 .IR file )
50 is printed, this command causes zmore to skip the next file and continue.
51 .PP
52 For list of keyboard commands supported while actually viewing the
53 content of a file, refer to manual of the pager you use, usually
54 .BR more (1)
55 or
56 .BR less (1).
57 .SH AUTHORS
58 This manual page was ripped from
59 .BR zmore (1)
60 shipped in gzip package.
61 .SH "SEE ALSO"
62 .BR more (1),
63 .BR zmore (1),
64 .BR xzdiff (1),
65 .BR xzgrep (1),
66 .BR xz (1)