mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 08:03:13 +02:00
@ -15,3 +15,15 @@ Make directories, creates intermediary directories as required.
|
||||
- `...rest`: the name(s) of the path(s) to create
|
||||
- `--show-created-paths`: show the path(s) created.
|
||||
|
||||
## Examples
|
||||
|
||||
Make a directory named foo
|
||||
```shell
|
||||
> mkdir foo
|
||||
```
|
||||
|
||||
Make multiple directories and show the paths created
|
||||
```shell
|
||||
> mkdir -s foo/bar foo2
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user