Revert "pages/*: add standard translation and links (#11331)" (#11374)

This reverts commit 39642c3fed80aaed7212bca6b7cc4c345ed229ee.
This commit is contained in:
K.B.Dharun Krishna
2023-11-04 07:55:35 +05:30
parent 9eae15643e
commit f1aa0a8fe5
3893 changed files with 402 additions and 26416 deletions

View File

@@ -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`