delete trailing whitespace from control files
[debian/gzip] / zless.1
1 .TH ZLESS 1
2 .SH NAME
3 zless \- file perusal filter for crt viewing of compressed text
4 .SH SYNOPSIS
5 .B zless
6 [ name ...  ]
7 .SH DESCRIPTION
8 .I  Zless
9 is a filter which allows examination of compressed or plain text files
10 one screenful at a time on a soft-copy terminal.  It is the equivalent of
11 setting the environment variable LESSOPEN to '|gzip -cdfq -- %s',
12 and the environment variable LESSMETACHARS to
13 \&'<space><tab><newline>;*?"()<>[|&^`#\e$%=~',
14 and then running
15 .IR less .
16 However, enough people seem to think that having the
17 command
18 .I zless
19 available is important to be worth providing it.
20 .SH "SEE ALSO"
21 zmore(1), less(1)
22 .SH "BUGS"
23 .I Zless
24 does not work with compressed data that is piped to it via standard
25 input; it requires that input files be specified as arguments.
26 To read compressed data from a pipe, you can use
27 .RB ".\|.\|." "|gunzip|less"
28 instead of
29 .RB ".\|.\|." "|zless" .
30 .SH "COPYRIGHT NOTICE"
31 Copyright \(co 2006-2007, 2015-2018 Free Software Foundation, Inc.
32 .br
33 Copyright \(co 1992, 1993 Jean-loup Gailly
34 .PP
35 Permission is granted to make and distribute verbatim copies of
36 this manual provided the copyright notice and this permission notice
37 are preserved on all copies.
38 .ig
39 Permission is granted to process this file through troff and print the
40 results, provided the printed document carries copying permission
41 notice identical to this one except for the removal of this paragraph
42 (this paragraph not being relevant to the printed manual).
43 ..
44 .PP
45 Permission is granted to copy and distribute modified versions of this
46 manual under the conditions for verbatim copying, provided that the entire
47 resulting derived work is distributed under the terms of a permission
48 notice identical to this one.
49 .PP
50 Permission is granted to copy and distribute translations of this manual
51 into another language, under the above conditions for modified versions,
52 except that this permission notice may be stated in a translation approved
53 by the Foundation.