Skip to content

Commit e162228

Browse files
authored
Update rmdir.md
1 parent d642036 commit e162228

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

command/rmdir.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,11 @@ rmdir www
4545
rmdir -p www/Test
4646
```
4747

48+
下面命令等价于 `rmdir a/b/c`, `rmdir a/b`, `rmdir a`
49+
50+
```bash
51+
rmdir -p a/b/c
52+
```
53+
4854

4955
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->

0 commit comments

Comments
 (0)