comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/man/man1/xzless.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 not based on gzip's zless.1.)
7 .\"
8 .TH XZLESS 1 "2024-02-12" "Tukaani" "XZ Utils"
9 .SH NAME
10 xzless, lzless \- view xz or lzma compressed (text) files
11 .SH SYNOPSIS
12 .B xzless
13 .RI [ file ...]
14 .br
15 .B lzless
16 .RI [ file ...]
17 .SH DESCRIPTION
18 .B xzless
19 is a filter that displays text from compressed files to a terminal.
20 Files supported by
21 .BR xz (1)
22 are decompressed;
23 other files are assumed to be in uncompressed form already.
24 If no
25 .I files
26 are given,
27 .B xzless
28 reads from standard input.
29 .PP
30 .B xzless
31 uses
32 .BR less (1)
33 to present its output.
34 Unlike
35 .BR xzmore ,
36 its choice of pager cannot be altered by
37 setting an environment variable.
38 Commands are based on both
39 .BR more (1)
40 and
41 .BR vi (1)
42 and allow back and forth movement and searching.
43 See the
44 .BR less (1)
45 manual for more information.
46 .PP
47 The command named
48 .B lzless
49 is provided for backward compatibility with LZMA Utils.
50 .SH ENVIRONMENT
51 .TP
52 .B LESSMETACHARS
53 A list of characters special to the shell.
54 Set by
55 .B xzless
56 unless it is already set in the environment.
57 .TP
58 .B LESSOPEN
59 Set to a command line to invoke the
60 .BR xz (1)
61 decompressor for preprocessing the input files to
62 .BR less (1).
63 .SH "SEE ALSO"
64 .BR less (1),
65 .BR xz (1),
66 .BR xzmore (1),
67 .BR zless (1)