]> git.cworth.org Git - gzip/blob - zless.1
Imported Debian patch 1.3.5-13
[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 then running
13 .IR less .
14 However, enough people seem to think that having the
15 command 
16 .I zless
17 available is important to be worth providing it.
18
19 Note that zless does not work with files piped to it on stdin, it only works
20 with files specified as arguments.  If you really want to use less in a pipe,
21 then do the uncompress explicitly and pipe to less instead of zless.
22 .SH "SEE ALSO"
23 zmore(1), less(1)