rmdir

version: 0.0.9
rmdir [OPTIONS] <dirs>...

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

Options

--help, -h

Print help information

--version, -V

Print version information

--ignore-fail-on-non-empty

ignore each failure that is solely because a directory is non-empty

--parents, -p

remove DIRECTORY and its ancestors; e.g., 'rmdir -p a/b/c' is similar to rmdir a/b/c a/b a

--verbose, -v

output a diagnostic for every directory processed