mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-11 05:32:59 +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