rmdir: add more information link (#5566)

This commit is contained in:
marchersimon
2021-03-30 12:18:51 +02:00
committed by GitHub
parent 4a95098a45
commit e56e770ab7
3 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# rmdir
> 移除目錄。
> 更多資訊: <https://www.gnu.org/software/coreutils/manual/html_node/rmdir-invocation.html>.
- 若為空目錄則移除目錄(如果目錄非空,可用 `rm -r` 移除目錄及其所包含的檔案):