Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,11 +1,11 @@
# which
> 在用户的`PATH`中寻找可执行文件的路径
> 在用户的`PATH`中寻找可执行文件的路径
-`PATH`中寻找可执行文件并打印第一个匹配的结果:
-`PATH`中寻找可执行文件并打印第一个匹配的结果
`which {{executable}}`
- 如果有多个匹配结果则打印所有结果:
- 如果有多个匹配结果则打印所有结果
`which -a {{executable}}`