mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 07:15:27 +02:00
apropos: add Chinese translation
This commit is contained in:
parent
c9fdf0a292
commit
92d22bc31d
1 changed files with 11 additions and 0 deletions
11
pages.zh/common/apropos.md
Normal file
11
pages.zh/common/apropos.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# apropos
|
||||
|
||||
> 在manpages中搜索, 例如查找一个新命令.
|
||||
|
||||
- 搜索关键字:
|
||||
|
||||
`apropos {{regular_expression}}`
|
||||
|
||||
- 搜索时不限制输出到终端宽度:
|
||||
|
||||
`apropos -l {{regular_expression}}`
|
Loading…
Add table
Reference in a new issue