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

mkdir - Create the given DIRECTORY(ies) if they do not exist

Description

       Create the given DIRECTORY(ies) if they do not exist

Name

       mkdir - Create the given DIRECTORY(ies) if they do not exist

Options

-m, --mode
              set file mode (not implemented on windows)

       -p, --parents
              make parent directories as needed

       -v, --verbose
              print a message for each printed directory

       -h, --help
              Print help

       -V, --version
              Print version

       <dirs>

Synopsis

mkdir [-m|--mode] [-p|--parents] [-v|--verbose] [-h|--help] [-V|--version] <dirs>

Version

       v0.0.30

                                                  mkdir 0.0.30                                          mkdir(1)

See Also