add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,20 +1,20 @@
# mklink
> 创建符号链接。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/mklink>.
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/mklink>
- 创建指向文件的符号链接:
`mklink {{链接文件的路径}} {{源文件路径}}`
`mklink {{路径\到\链接文件}} {{路径\到\源文件}}`
- 创建指向目录的符号链接:
`mklink /d {{链接文件的路径}} {{源目录路径}}`
`mklink /d {{路径\到\链接文件}} {{路径\到\源目录}}`
- 创建指向文件的硬链接:
`mklink /h {{链接文件的路径}} {{源目录路径}}`
`mklink /h {{路径\到\链接文件}} {{路径\到\源文件}}`
- 创建目录接:
- 创建目录接:
`mklink /j {{链接文件的路径}} {{源目录路径}}`
`mklink /j {{路径\到\链接文件}} {{路径\到\源文件}}`