また男性ページでは、一部のUNIXドキュメントも次のように使用できます。猫ページ。 (この質問を参照してください:mandbは長猫とどのような関係がありますか?)
からman catman
:
NAME
catman - create or update the pre-formatted manual pages
SYNOPSIS
catman [-d?V] [-M path] [-C file] [section] ...
DESCRIPTION
catman is used to create an up to date set of pre-formatted manual pages known as cat pages. Cat pages are generally much faster to display than the
original manual pages, but require extra storage space. The decision to support cat pages is that of the local administrator, who must provide suit‐
able directories to contain them.
The options available to catman are the manual page hierarchies and sections to pre-format. The default hierarchies are those specified as system
hierarchies in the man-db configuration file, and the default sections are either the colon-delimited contents of the environment variable $MANSECT or
the standard set compiled into man if $MANSECT is undefined. Supplying catman with a set of whitespace-delimited section names will override both of
the above.
私の質問は:猫のページを表示するために使用できるコマンドは何ですか?
答え1
はい、猫のページを表示するコマンドがありますman
。
~からマンページ:
マニュアルページが見つかると、事前にフォーマットされた相対的な「cat」ファイルがすでに存在し、nroffファイルより最新であることを確認するためのチェックが行われます。その場合、この事前フォーマットされたファイルは(通常は)解凍され、ポケットベルを使用して表示されます。ポケットベルはいくつかの方法で指定できます。それ以外の場合はデフォルト値が使用されます(
-P
詳細についてはオプションを参照)。 catが見つからない場合、またはnroffファイルより古い場合、nroffはさまざまなプログラムでフィルタリングされ、すぐに表示されます。
catファイルを作成できる場合(相対的なcatディレクトリが存在し、適切な権限がある場合)、
man
catファイルはバックグラウンドで圧縮されて保存されます。
元のファイルを表示するには、cat
または同じツールを使用します。ファイルはあらかじめレンダリングされたマニュアルページにすぎません。 (長猫にはこれが必要です。)less -R
more
cat