command
Version:
v0.0.0-...-155abb7
Opens a new window with list of versions in this module.
Published: Mar 25, 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.