format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 deletions

View File

@@ -1,19 +1,19 @@
# mklink
> 创建符号链接.
> 创建符号链接
- 创建指向文件的符号链接:
- 创建指向文件的符号链接
`mklink {{链接文件的路径}} {{源文件路径}}`
- 创建指向目录的符号链接:
- 创建指向目录的符号链接
`mklink /d {{链接文件的路径}} {{源目录路径}}`
- 创建指向文件的硬链接:
- 创建指向文件的硬链接
`mklink /h {{链接文件的路径}} {{源目录路径}}`
- 创建目录链接:
- 创建目录链接
`mklink /j {{链接文件的路径}} {{源目录路径}}`