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>;*?"()<>[|&^`#\$%=~',
|
---|
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 | .SH "COPYRIGHT NOTICE"
|
---|
27 | Copyright \(co 2006 Free Software Foundation, Inc.
|
---|
28 | .br
|
---|
29 | Copyright \(co 1992, 1993 Jean-loup Gailly
|
---|
30 | .PP
|
---|
31 | Permission is granted to make and distribute verbatim copies of
|
---|
32 | this manual provided the copyright notice and this permission notice
|
---|
33 | are preserved on all copies.
|
---|
34 | .ig
|
---|
35 | Permission is granted to process this file through troff and print the
|
---|
36 | results, provided the printed document carries copying permission
|
---|
37 | notice identical to this one except for the removal of this paragraph
|
---|
38 | (this paragraph not being relevant to the printed manual).
|
---|
39 | ..
|
---|
40 | .PP
|
---|
41 | Permission is granted to copy and distribute modified versions of this
|
---|
42 | manual under the conditions for verbatim copying, provided that the entire
|
---|
43 | resulting derived work is distributed under the terms of a permission
|
---|
44 | notice identical to this one.
|
---|
45 | .PP
|
---|
46 | Permission is granted to copy and distribute translations of this manual
|
---|
47 | into another language, under the above conditions for modified versions,
|
---|
48 | except that this permission notice may be stated in a translation approved
|
---|
49 | by the Foundation.
|
---|