Provided by: manpages-ja_0.5.0.0.20210215+dfsg-1_all bug

名前

       zless - 圧縮されたテキストを CRT で見るためのファイル閲覧フィルタ

書式

       zless [ name ...  ]

説明

       zless は、圧縮されたテキストファイルや通常のテキストファイルをソフト コピー端末上で一度に全画面で閲覧する
       ためのフィルタである。このコマンドは、   環境変数   LESSOPEN   に   '|gzip   -cdfq  --  %s'  を、環境変数
       LESSMETACHARS に '<space><tab><newline>;*?"()<>[|&^`#\$%=~' を設定して、less を実行するのと等価である。し
       かしながら、zless コマンドを利用できるようにするのはそれだけの価値のあることだと、 多くの人が思うことだろ
       う。

関連項目

       zmore(1), less(1)

バグ

       zless は標準入力経由でパイプで渡された圧縮データでは動作しない。 zless には引き数で入力ファイルを指定する
       必要がある。 ...|zless の代わりに ...|gunzip|less を使うと、 圧縮データをパイプから読み込むことができる。

著作権表示

       Copyright © 2006, 2007 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.

                                                                                                        ZLESS(1)