mkdir
Synopsis
Section titled “Synopsis”mkdir [args...]Description
Section titled “Description”Interactive wrapper around mkdir that calls _fish_mkdir_p for each directory argument to display created path components. Falls back to command mkdir -p when flags (e.g. -m 755) are present, and to plain command mkdir in non-interactive contexts.
Arguments
Section titled “Arguments”args... |
Directories to create, or flags passed through to command mkdir |
Example
Section titled “Example”mkdir ~/projects/myapp/srcDependencies: _fish_mkdir_p
Classification: bypasses-shadow(mkdir)