pages/*: add standard translation and links (#11331)
* pages/*: add standard translation and links Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * fix1: false positives; standardize Bengali, Hindi, Nepali periods * fix: periods in recently added Bengali pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * fix: false positives in modified files Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: update to native period in Bengali l10n Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
@@ -1,16 +1,8 @@
|
||||
# rmdir
|
||||
|
||||
> 删除一个目录和其中的内容。
|
||||
> 这是 `remove-item` 命令的一个别名。
|
||||
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/rmdir>.
|
||||
|
||||
- 删除一个空目录:
|
||||
- 原命令的文档在:
|
||||
|
||||
`rmdir {{目录的路径}}`
|
||||
|
||||
- 递归删除一个目录及其中的内容:
|
||||
|
||||
`rmdir {{目录的路径}} /s`
|
||||
|
||||
- 在没有提示的情况下递归删除目录及其内容:
|
||||
|
||||
`rmdir {{path/to/directory}} /s /q`
|
||||
`tldr remove-item`
|
||||
|
Reference in New Issue
Block a user