other languages
other sections
RMDIR(1) | 用戶命令 | RMDIR(1) |
名稱¶
rmdir - 刪除空目錄概述¶
rmdir [選項]... 目錄列表...描述¶
刪除目錄列表中的空目錄。--ignore-fail-on-non-empty
- 忽略每一個僅因目錄非空而導致的錯誤
- -p, --parents
- 刪除目錄及其路徑上的目錄;比如,'rmdir -p a/b/c' 類似於 'rmdir a/b/c a/b a'
- -v, --verbose
- 爲每一個處理過的目錄輸出診斷信息
- --help
- 顯示此幫助信息並退出
- --version
- 顯示版本信息並退出
作者¶
由 David MacKenzie 編寫。報告錯誤¶
GNU coreutils 的在線幫助: <http://www.gnu.org/software/coreutils/>請向 <http://translationproject.org/team/zh_CN.html> 報告 rmdir 的翻譯錯誤。
版權¶
Copyright © 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
參見¶
rmdir(2)完整文檔請見:
<http://www.gnu.org/software/coreutils/rmdir>
或者在本地使用: info
'(coreutils) rmdir invocation'
跋¶
本頁面中文版由中文 man 手冊頁計劃提供。中文 man 手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
2017年10月 | GNU coreutils 8.28 |