Provided by: manpages-zh_1.6.4.3-1_all bug

名稱

       zless - 用於在顯示器上閱讀被壓縮的文字檔案的過濾器

概述

       zless [ 檔名 ...  ]

描述

       Zless  是一個檔案過濾器,可以在軟終端上以全螢幕的形式顯示經過壓縮或未經壓縮的文字檔案。它等效於將環境變數
       LESSOPEN 設定為 '|gzip -cdfq -- %s',LESSMETACHARS 設定為  '<space><tab><newline>;*?"()<>[|&^`#\$%=~',然
       後執行 less 命令。然而,很多人認為獨立的 zless 命令同樣重要且值得提供。

參見

       zmore(1), less(1)

缺陷

       Zless 無法在壓縮資料使用管道經由標準輸入方式提供的情況下工作; 它要求輸入檔案必須經由引數給出。如需從管道
       中讀取壓縮資料,您可以使用 ...|gunzip|less instead of ...|zless 作為替代。

版權宣告

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

       授予複製和釋出本手冊頁其它語言的翻譯的許可權,其條件與受修改副本的情況一致;作為例外,本許可權宣告可以按
       照(自由軟體)基金會批准的翻譯文字進行闡述。(譯者注:當前翻譯未經批准,僅供參考;具體條款請以英文原文為
       準。)

       本頁面中文版由中文 man 手冊頁計劃提供。
       中文 man 手冊頁計劃:https://github.com/man-pages-zh/manpages-zh

                                                                                                        ZLESS(1)