]> icculus.org git repositories - icculus/xz.git/blob - src/scripts/xzless.1
Collection of language fixes to comments and docs.
[icculus/xz.git] / src / scripts / xzless.1
1 .\"
2 .\" Authors: Andrew Dudman
3 .\"          Lasse Collin
4 .\"
5 .\" This file has been put into the public domain.
6 .\" You can do whatever you want with this file.
7 .\"
8 .\" (Note that this file is not based on gzip's zless.1.)
9 .\"
10 .TH XZLESS 1 "2009-07-05" "Tukaani" "XZ Utils"
11 .SH NAME
12 xzless, lzless \- view xz or lzma compressed (text) files
13 .SH SYNOPSIS
14 .B xzless
15 .RI [ file ...]
16 .br
17 .B lzless
18 .RI [ file ...]
19 .SH DESCRIPTION
20 .B  xzless
21 is a filter that displays text from compressed files to a terminal.
22 It works on files compressed with
23 .BR xz (1)
24 or
25 .BR lzma (1).
26 If no
27 .I files
28 are given,
29 .B xzless
30 reads from standard input.
31 .PP
32 .B xzless
33 uses
34 .BR less (1)
35 to present its output.  Unlike
36 .BR xzmore ,
37 its choice of pager cannot be altered by 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.  Set by
54 .B xzless
55 unless it is already set in the environment.
56 .TP
57 .B LESSOPEN
58 Set to a command line to invoke the
59 .BR xz (1)
60 decompressor for preprocessing the input files to
61 .BR less (1).
62 .SH "SEE ALSO"
63 .BR less (1),
64 .BR xz (1),
65 .BR xzmore (1),
66 .BR zless (1)