1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

subst: add Chinese translation

This commit is contained in:
Starccy 2019-03-11 22:39:01 +08:00 committed by Starbeamrainbowlabs
parent cb38bfa840
commit 8baecb93d6

15
pages.zh/windows/subst.md Normal file
View file

@ -0,0 +1,15 @@
# subst
> 将路径与虚拟驱动器号关联.
- 列出已激活的关联:
`subst`
- 添加一个关联:
`subst {{Z:}} {{C:\Python2.7}}`
- 删除一个关联:
`subst {{Z:}} /d`