mkdir for filesystem> mkdir {flags} ...rest
--verbose, -v: print created path(s)....rest: the name(s) of the path(s) to create| input | output |
|---|---|
| nothing | nothing |
Make a directory named foo
>mkdirfoo
Make multiple directories and show the paths created
>mkdir-vfoo/barfoo2
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/mkdir.html