Provided by: manpages-pl_4.18.1-1_all bug

NAZWA

       zless - pełnoekranowy filtr do przeglądania skompresowanych plików tekstowych

SKŁADNIA

       zless [ nazwa ...  ]

OPIS

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

ZOBACZ TAKŻE

       zmore(1), less(1)

BŁĘDY

       The zless command does not work with compressed data that is  piped  to  it  via  standard
       input;  it  requires  that input files be specified as arguments.  To read compressed data
       from a pipe, you can use ...|gunzip|less instead of ...|zless.

PRAWA AUTORSKIE

       Copyright © 2006-2007, 2015-2022 Free Software Foundation, Inc.
       Copyright © 1992, 1993 Jean-loup Gailly

       Permission is granted to make and distribute verbatim copies of this manual  provided  the
       copyright notice and this permission notice are preserved on all copies.

       Permission  is  granted  to copy and distribute modified versions of this manual under the
       conditions for verbatim copying, provided  that  the  entire  resulting  derived  work  is
       distributed under the terms of a permission notice identical to this one.

       Permission  is  granted  to  copy  and distribute translations of this manual into another
       language, under the above conditions for modified versions, except  that  this  permission
       notice may be stated in a translation approved by the Foundation.

TŁUMACZENIE

       Autorami   polskiego   tłumaczenia   niniejszej  strony  podręcznika  są:  Robert  Luberda
       <robert@debian.org> i Michał Kułach <michal.kulach@gmail.com>

       Niniejsze tłumaczenie jest wolną dokumentacją. Bliższe  informacje  o  warunkach  licencji
       można   uzyskać   zapoznając   się   z   GNU   General   Public   License   w   wersji   3
       ⟨https://www.gnu.org/licenses/gpl-3.0.html⟩  lub  nowszej.  Nie   przyjmuje   się   ŻADNEJ
       ODPOWIEDZIALNOŚCI.

       Błędy  w  tłumaczeniu  strony  podręcznika  prosimy  zgłaszać  na  adres listy dyskusyjnej
       ⟨manpages-pl-list@lists.sourceforge.net⟩.

                                                                                         ZLESS(1)