名称
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 编写。
报告错误
请向 <http://translationproject.org/team/zh_CN.html> 报告 rmdir 的翻译错误。
版权
Copyright © 2014 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.
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 aq(coreutils) rmdir invocationaq