liblzma: CRC CLMUL: Omit is_arch_extension_supported() when not needed
[xz/debian.git] / src / scripts / xzmore.1
blobafe89b8c29c722387c4a747bfa93ecd4fba0557d
1 .\" SPDX-License-Identifier: 0BSD
2 .\"
3 .\" Authors: Andrew Dudman
4 .\"          Lasse Collin
5 .\"
6 .\" (Note that this file is based on xzless.1 instead of gzip's zmore.1.)
7 .\"
8 .TH XZMORE 1 "2024-02-12" "Tukaani" "XZ Utils"
9 .SH NAME
10 xzmore, lzmore \- view xz or lzma compressed (text) files
12 .SH SYNOPSIS
13 .B xzmore
14 .RI [ file ...]
15 .br
16 .B lzmore
17 .RI [ file ...]
19 .SH DESCRIPTION
20 .B xzmore
21 displays text from compressed files to a terminal using
22 .BR more (1).
23 Files supported by
24 .BR xz (1)
25 are decompressed;
26 other files are assumed to be in uncompressed form already.
27 If no
28 .I files
29 are given,
30 .B xzmore
31 reads from standard input.
32 See the
33 .BR more (1)
34 manual for the keyboard commands.
35 .PP
36 Note that scrolling backwards might not be possible
37 depending on the implementation of
38 .BR more (1).
39 This is because
40 .B xzmore
41 uses a pipe to pass the decompressed data to
42 .BR more (1).
43 .BR xzless (1)
44 uses
45 .BR less (1)
46 which provides more advanced features.
47 .PP
48 The command
49 .B lzmore
50 is provided for backward compatibility with LZMA Utils.
52 .SH ENVIRONMENT
53 .TP
54 .B PAGER
56 .B PAGER
57 is set,
58 its value is used as the pager instead of
59 .BR more (1).
61 .SH "SEE ALSO"
62 .BR more (1),
63 .BR xz (1),
64 .BR xzless (1),
65 .BR zmore (1)