rmdir: add Chinese translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
249b3cdc12
commit
1068da995a
15
pages.zh/windows/rmdir.md
Normal file
15
pages.zh/windows/rmdir.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# rmdir
|
||||
|
||||
> 删除一个目录和其中的内容.
|
||||
|
||||
- 删除一个空目录:
|
||||
|
||||
`rmdir {{目录的路径}}`
|
||||
|
||||
- 递归删除一个目录及其中的内容:
|
||||
|
||||
`rmdir {{目录的路径}} /s`
|
||||
|
||||
- 在没有提示的情况下递归删除目录及其内容:
|
||||
|
||||
`rmdir {{path/to/directory}} /s /q`
|
Reference in New Issue
Block a user