]> icculus.org git repositories - icculus/xz.git/blob - src/scripts/lzmore.1
Move some LZMA2 constants to lzma2_encoder.h so that they
[icculus/xz.git] / src / scripts / lzmore.1
1 .TH LZMORE 1 "30 Jun 2005" "LZMA utils"
2 .SH NAME
3 lzmore, lzless \- view LZMA compressed (text) files
4 .SH SYNOPSIS
5 .B lzmore
6 .RI [ "filename ..."  ]
7 .br
8 .B lzless
9 .RI [ "filename ..."  ]
10 .SH DESCRIPTION
11 .B  lzmore
12 is a filter which allows examination of LZMA compressed text files
13 one screenful at a time on a soft-copy terminal.
14 .PP
15 To use a pager other than the default
16 .B more,
17 set environment variable
18 .B PAGER
19 to the name of the desired program, such as
20 .BR less .
21 If
22 .B lzmore
23 is called as
24 .B lzless
25 then
26 .B less
27 is used as the
28 .BR PAGER .
29 .TP
30 .BR e " or " q
31 When the prompt --More--(Next file: 
32 .IR file )
33 is printed, this command causes lzmore to exit.
34 .TP
35 .B s
36 When the prompt --More--(Next file: 
37 .IR file )
38 is printed, this command causes zmore to skip the next file and continue.
39 .PP
40 For list of keyboard commands supported while actually viewing the
41 content of a file, refer to manual of the pager you use, usually
42 .BR more (1)
43 or
44 .BR less (1). 
45 .SH AUTHORS
46 This manual page was ripped from
47 .BR zmore (1)
48 shipped in gzip package.
49 .SH "SEE ALSO"
50 .BR more (1),
51 .BR zmore (1),
52 .BR lzdiff (1),
53 .BR lzgrep (1),
54 .BR lzma (1),
55 .BR lzmash (1)