logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

Synopsis

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

Version

       v0.0.30

                                                  rmdir 0.0.30                                          rmdir(1)

See Also