mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:35:45 +02:00
path: add Chinese translation
This commit is contained in:
parent
ad108c608c
commit
f61ef19019
1 changed files with 19 additions and 0 deletions
19
pages.zh/windows/path.md
Normal file
19
pages.zh/windows/path.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# path
|
||||
|
||||
> 显示或设置可执行文件的搜索路径.
|
||||
|
||||
- 显示当前的路径:
|
||||
|
||||
`path`
|
||||
|
||||
- 将路径设置为一个或多个以分号分隔的目录:
|
||||
|
||||
`path {{目录的路径1[;目录的路径2]}}`
|
||||
|
||||
- 将新的目录添加到源路径后:
|
||||
|
||||
`path {{目录的路径}};%path%`
|
||||
|
||||
- 将命令提示符设置为仅搜索当前目录中的可执行文件:
|
||||
|
||||
`path ;`
|
Loading…
Add table
Reference in a new issue