此外男人页,一些 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