Provided by: rust-coreutils_0.1.0+git20250711.2ba3a33-0ubuntu2_amd64 bug

NAME

       rmdir - Remove the DIRECTORY(ies), if they are empty.

SYNOPSIS

       rmdir [--ignore-fail-on-non-empty] [-p|--parents] [-v|--verbose] [-h|--help] [-V|--version] <dirs>

DESCRIPTION

       Remove the DIRECTORY(ies), if they are empty.

OPTIONS

       --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

       -h, --help
              Print help

       -V, --version
              Print version

       <dirs>

VERSION

       v(uutils coreutils) 0.1.0

                                         rmdir (uutils coreutils) 0.1.0                                 rmdir(1)