Usage: rmdir [OPTION]... DIRECTORY...
Remove the DIRECTORY(ies), if they are empty.
--ignore-fail-on-non-empty
ignore each failure that is solely because a directory
is non-empty
-p, --parents remove DIRECTORY and its ancestors; e.g., `rmdir -p a/b/c' is
similar to `rmdir a/b/c a/b a'
-v, --verbose output a diagnostic for every directory processed
--help この使い方を表示して終了
--version バージョン情報を表示して終了
Report rmdir bugs to bug-coreutils@gnu.org
GNU coreutils home page:
Usage: rmdir [OPTION]... DIRECTORY...
Remove the DIRECTORY(ies), if they are empty.
--ignore-fail-on-non-empty
ignore each failure that is solely because a directory
is non-empty
-p, --parents remove DIRECTORY and its ancestors; e.g., `rmdir -p a/b/c' is
similar to `rmdir a/b/c a/b a'
-v, --verbose output a diagnostic for every directory processed
--help display this help and exit
--version output version information and exit
Report rmdir bugs to bug-coreutils@gnu.org
GNU coreutils home page:
RMDIR(1) RMDIR(1) 名前 rmdir - 空のディレクトリを削除する 書式 rmdir [options] directory... POSIX オプション: [-p] GNU オプション (簡略形式): [-pv] [--ignore-fail-on-non-empty] [--help] [--version] [--] 説明 rmdir コマンドは空のディレクトリを削除する。 引き数に指定した directory が存在する空のディレクトリでない場合にはエラ ーになる。 POSIX オプション -p 指定した directory がパス名に複数の階層を持っている場合、それを 削除し、最終のディレクトリ名を省略し、その結果のディレクトリを削 除 し 、というふうにすべての階層が削除されるまで繰り返す。つまり 、‘rmdir -p a/b/c’ は ‘rmdir a/b/c; rmdir a/b; rmdir a’ と同じで ある。 GNU オプション --ignore-fail-on-non-empty ディレクトリが空でない場合のエラーを無視する。 -p, --parents POSIX と同じ。 -v, --verbose 削除したディレクトリごとにメッセージを表示する。 GNU 標準オプション --help 標準出力に使用方法のメッセージを出力して正常終了する。 --version 標準出力にバージョン情報を出力して正常終了する。 -- オプションリストを終了する。 環境変数 変数 LANG, LC_ALL, LC_CTYPE, LC_MESSAGES が通常の意味を持つ。 準拠 POSIX 1003.2 注意 こ のページでは fileutils-4.1 パッケージでの rmdir コマンドについて説明 している。その他のバージョンでは少し違いがあるかもしれない。修正や追 加 は aeb@cwi.nl, aw@mail1.bet1.puv.fi, ragnar@ragnar-hojland.com 宛てにメ ールで連絡してほしい。プログラムのバグについては bug-fileutils@gnu.org へ報告してほしい。 GNU fileutils 4.1 18 June 2002 RMDIR(1)
RMDIR(1) User Commands RMDIR(1)
NAME
rmdir - remove empty directories
SYNOPSIS
rmdir [OPTION]... DIRECTORY...
DESCRIPTION
Remove the DIRECTORY(ies), if they are empty.
--ignore-fail-on-non-empty
ignore each failure that is solely because a directory
is non-empty
-p, --parents
remove DIRECTORY and its ancestors; e.g., ‘rmdir -p a/b/c’ is
similar to ‘rmdir a/b/c a/b a’
-v, --verbose
output a diagnostic for every directory processed
--help display this help and exit
--version
output version information and exit
AUTHOR
Written by David MacKenzie.
REPORTING BUGS
Report rmdir bugs to bug-coreutils@gnu.org
GNU coreutils home page:
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa