add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

13
pages.zh/linux/rmdir.md Normal file
View File

@@ -0,0 +1,13 @@
# rmdir
> 删除没有文件的目录。
> 另见:`rm`。
> 更多信息:<https://www.gnu.org/software/coreutils/rmdir>。
- 删除特定目录:
`rmdir {{path/to/directory1 path/to/directory2 ...}}`
- 递归删除特定嵌套目录:
`rmdir --parents {{path/to/directory1 path/to/directory2 ...}}`