source: vendor/gzip/1.3.11/zless.1@ 3386

Last change on this file since 3386 was 3325, checked in by bird, 18 years ago

gzip 1.3.11

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