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,19 +1,19 @@
# path
> 显示或设置可执行文件的搜索路径.
> 显示或设置可执行文件的搜索路径
- 显示当前的路径:
- 显示当前的路径
`path`
- 将路径设置为一个或多个以分号分隔的目录:
- 将路径设置为一个或多个以分号分隔的目录
`path {{目录的路径 1[; 目录的路径 2]}}`
- 将新的目录添加到源路径后:
- 将新的目录添加到源路径后
`path {{目录的路径}};%path%`
- 将命令提示符设置为仅搜索当前目录中的可执行文件:
- 将命令提示符设置为仅搜索当前目录中的可执行文件
`path ;`