mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 09:51:28 +08:00
mklink: add Chinese translation
This commit is contained in:
committed by
Starbeamrainbowlabs
parent
95aad28889
commit
2b63d42cd7
@@ -0,0 +1,19 @@
|
||||
# mklink
|
||||
|
||||
> 创建符号链接.
|
||||
|
||||
- 创建指向文件的符号链接:
|
||||
|
||||
`mklink {{链接文件的路径}} {{源文件路径}}`
|
||||
|
||||
- 创建指向目录的符号链接:
|
||||
|
||||
`mklink /d {{链接文件的路径}} {{源目录路径}}`
|
||||
|
||||
- 创建指向文件的硬链接:
|
||||
|
||||
`mklink /h {{链接文件的路径}} {{源目录路径}}`
|
||||
|
||||
- 创建目录链接:
|
||||
|
||||
`mklink /j {{链接文件的路径}} {{源目录路径}}`
|
||||
Reference in New Issue
Block a user