Provided by: manpages-ja_0.5.0.0.20221215+dfsg-1_all 

名前
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, 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. ZLESS(1)