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 @@
# mklink
> 创建符号链接.
> 创建符号链接
- 创建指向文件的符号链接:
- 创建指向文件的符号链接
`mklink {{链接文件的路径}} {{源文件路径}}`
- 创建指向目录的符号链接:
- 创建指向目录的符号链接
`mklink /d {{链接文件的路径}} {{源目录路径}}`
- 创建指向文件的硬链接:
- 创建指向文件的硬链接
`mklink /h {{链接文件的路径}} {{源目录路径}}`
- 创建目录链接:
- 创建目录链接
`mklink /j {{链接文件的路径}} {{源目录路径}}`