Files
tldr/pages.zh/common/apropos.md

16 lines
399 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# apropos
> 搜索手册页以获取名称和描述。
> 更多信息:<https://manned.org/apropos>。
- 使用正则表达式搜索关键字:
`apropos {{正则表达式}}`
- 不限制输出到终端宽度([l]ong输出
`apropos -l {{正则表达式}}`
- 搜索匹配所有给定表达式的页面:
`apropos {{正则表达式_1}} -a {{正则表达式_2}} -a {{正则表达式_3}}`