Name

DkFs_C99.Dir - Directory manipulation operations.

Synopsis

DkFs_C99.Dir [COMMAND] …

Directory manipulation commands

mkdir [--mode=VAL] [--parents] [OPTION]… ARG
Make a directory. Any necessary parent directories are also created.

Common options

These options are common to all commands.

--color=WHEN (absent=auto)
Colorize the output. WHEN must be one of auto, always or never.

--help[=FMT] (default=auto)
Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined.

-l LEVEL, --log-level=LEVEL
Set the verbosity of log messages. If the option is repeated the last LEVEL is used. LEVEL must be one of ERROR, WARNING, INFO or DEBUG.

-q, --quiet
Be quiet. Takes precedence over -l and --log-level options.

Exit status

DkFs_C99.Dir exits with:

0
on success.

123
on indiscriminate errors reported on standard error.

124
on command line parsing errors.

125
on unexpected internal errors (bugs).

Bugs

Support the project with a GitHub star at https://github.com/diskuv/dk.

Leave feedback or bug reports at https://github.com/diskuv/dk/issues.