apropos.1

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 49 行

1
49
字号
.\" SCCSID: @(#)apropos.1	8.1	9/11/90.\" SCCSID: @(#)apropos.1	8.1	9/11/90.TH apropos 1.SH Nameapropos \- locate commands by keyword lookup.SH Syntax.B apropos\fIkeyword...\fR.SH Description.NXR "apropos command".NXA "man command" "apropos command".NXR "online information" "accessing"The.PN aproposcommandshows which manual sections contain instances of any of the givenkeywords in their title.Each word is considered separately and the case of letters is ignored.Words that are part of other words are listed.  Thus, looking forthe word compile hits all instances of `compiler' also..PPIf the line starts `name(section) ...' you can do`man section name' to get the documentation for it.The following command line lists all commands that have todo with formatting:.EXapropos format.EE.PP  To then access the reference page for the.I printfsubroutine that you see listed, type:.EXman 3s printf.EE.PPThe.PN aproposcommand is actually just the.B \-koption to the.PN mancommand..SH Files.DT/usr/lib/whatis		data base.SH See Alsoman(1), whatis(1), catman(8)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?