1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/apropos.md

13 lines
244 B
Markdown
Raw Normal View History

2019-02-25 18:48:50 +08:00
# apropos
2019-10-18 11:30:29 +08:00
> 在 manpages 中搜索,例如查找一个新命令.
> 更多信息: <https://manned.org/apropos>.
2019-02-25 18:48:50 +08:00
2019-10-19 14:12:27 +08:00
- 搜索关键字:
2019-02-25 18:48:50 +08:00
2019-02-25 22:50:32 +08:00
`apropos {{正则表达式}}`
2019-02-25 18:48:50 +08:00
2019-10-19 14:12:27 +08:00
- 搜索时不限制输出到终端宽度:
2019-02-25 18:48:50 +08:00
2019-02-25 22:50:32 +08:00
`apropos -l {{正则表达式}}`