1ZLESS(1)                    General Commands Manual                   ZLESS(1)
2
3
4

NAME

6       zless - file perusal filter for crt viewing of compressed text
7

SYNOPSIS

9       zless [ name ...  ]
10

DESCRIPTION

12       The zless command is a filter which allows examination of compressed or
13       plain text files one screenful at a time on a soft-copy  terminal.   It
14       is  the  equivalent  of  setting  the  environment variable LESSOPEN to
15       '|gzip -cdfq -- %s', and  the  environment  variable  LESSMETACHARS  to
16       '<space><tab><newline>;*?"()<>[|&^`#\$%=~',   and  then  running  less.
17       However, enough people seem to think  that  having  the  command  zless
18       available is important to be worth providing it.
19

SEE ALSO

21       zmore(1), less(1)
22

BUGS

24       The  zless  command does not work with compressed data that is piped to
25       it via standard input; it requires that input files be specified as ar‐
26       guments.   To  read  compressed  data from a pipe, you can use ...|gun‐
27       zip|less instead of ...|zless.
28
30       Copyright © 2006-2007, 2015-2021 Free Software Foundation, Inc.
31       Copyright © 1992, 1993 Jean-loup Gailly
32
33       Permission is granted to make and distribute verbatim  copies  of  this
34       manual  provided  the  copyright  notice and this permission notice are
35       preserved on all copies.
36
37       Permission is granted to copy and distribute modified versions of  this
38       manual under the conditions for verbatim copying, provided that the en‐
39       tire resulting derived work is distributed under the terms of a permis‐
40       sion notice identical to this one.
41
42       Permission  is granted to copy and distribute translations of this man‐
43       ual into another language, under the above conditions for modified ver‐
44       sions,  except  that this permission notice may be stated in a transla‐
45       tion approved by the Foundation.
46
47
48
49                                                                      ZLESS(1)
Impressum