comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/man/man1/lzmore.1 @ 68:5028fdace37b

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 16:23:26 -0400
parents
children
comparison
equal deleted inserted replaced
67:0e9998148a16 68:5028fdace37b
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
11 .
12 .SH SYNOPSIS
13 .B xzmore
14 .RI [ file ...]
15 .br
16 .B lzmore
17 .RI [ file ...]
18 .
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.
51 .
52 .SH ENVIRONMENT
53 .TP
54 .B PAGER
55 If
56 .B PAGER
57 is set,
58 its value is used as the pager instead of
59 .BR more (1).
60 .
61 .SH "SEE ALSO"
62 .BR more (1),
63 .BR xz (1),
64 .BR xzless (1),
65 .BR zmore (1)