mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
356 B
356 B
Name
mkdir - create directories
Synopsis
$ mkdir [options...] directories...
Description
Create a new empty directory for each of the given directories.
Options
-p,--parents: Create parent directories if they don't exist
Examples
$ mkdir -p /tmp/foo/bar