command
Version:
v0.0.0-...-ba0b20d
Opens a new window with list of versions in this module.
Published: Feb 27, 2026
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
`mkdir` creates directories.
Use `--parents` to create missing parent directories in one command.
Example usage:
```sh
mkdir work
mkdir --parents /users/alice/projects/demo
```
Source Files
¶
Click to show internal directories.
Click to hide internal directories.