書式
rmdir [OPTION]... DIRECTORY...説明
中身が空のディレクトリ DIRECTORY を削除します。
- --ignore-fail-on-non-empty
- ディレクトリが空でないため削除に失敗した場合、
- そのエラーだけを無視する
- -p, --parents
-
- DIRECTORY とその親ディレクトリを削除する。例えば 'rmdir -p a/b/c' は 'rmdir a/b/c a/b a' と同様になる
- -v, --verbose
- ディレクトリを処理するごとに診断メッセージを表示する
- --help
- この使い方を表示して終了する
- --version
- バージョン情報を表示して終了する
GNU coreutils のオンラインヘルプ: <http://www.gnu.org/software/coreutils/> rmdir の翻訳に関するバグは <http://translationproject.org/team/ja.html> に連絡してください。 完全な文書を参照する場合は info coreutils 'rmdir invocation' を実行してください。
作者
作者 David MacKenzie。著作権
Copyright © 2013 Free Software Foundation, Inc. ライセンス 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.