This reverts commit 39642c3fed80aaed7212bca6b7cc4c345ed229ee.
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
# rmdir
|
||||
|
||||
> 这是 `remove-item` 命令的一个别名。
|
||||
> 删除一个目录和其中的内容。
|
||||
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/rmdir>.
|
||||
|
||||
- 原命令的文档在:
|
||||
- 删除一个空目录:
|
||||
|
||||
`tldr remove-item`
|
||||
`rmdir {{目录的路径}}`
|
||||
|
||||
- 递归删除一个目录及其中的内容:
|
||||
|
||||
`rmdir {{目录的路径}} /s`
|
||||
|
||||
- 在没有提示的情况下递归删除目录及其内容:
|
||||
|
||||
`rmdir {{path/to/directory}} /s /q`
|
||||
|
Reference in New Issue
Block a user