1
0
Fork 0
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:
Starccy 2019-02-25 18:48:50 +08:00 committed by Agniva De Sarker
parent c9fdf0a292
commit 92d22bc31d

View file

@ -0,0 +1,11 @@
# apropos
> 在manpages中搜索, 例如查找一个新命令.
- 搜索关键字:
`apropos {{regular_expression}}`
- 搜索时不限制输出到终端宽度:
`apropos -l {{regular_expression}}`