RMDIR
Section: ユーザーコマンド (1)
Updated: 2021年5月
Index
JM Home Page
roff page
名前
rmdir - 空のディレクトリを削除する
書式
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 のオンラインヘルプ: <https://www.gnu.org/software/coreutils/>
翻訳に関するバグは <https://translationproject.org/team/ja.html> に連絡してください。
詳細な文書 <https://www.gnu.org/software/coreutils/rmdir>
(ローカルでは info '(coreutils) rmdir invocation' で参照可能)。
作者
作者 David MacKenzie。
著作権
Copyright © 2020 Free Software Foundation, Inc.
ライセンス GPLv3+: GNU GPL version 3 or later <https://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)
rmdir
の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、
info
および
rmdir
のプログラムが正しくインストールされているならば、コマンド
-
info rmdir
を使用すると完全なマニュアルを読むことができるはずだ。
Index
- 名前
-
- 書式
-
- 説明
-
- 作者
-
- 著作権
-
- 関連項目
-
This document was created by
man2html,
using the manual pages.
Time: 03:33:23 GMT, December 05, 2022