From: Alan Cox Date: Tue, 24 Jul 2018 23:12:39 +0000 (+0100) Subject: mkdir: documentation X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9450d340f263db2da3fe313ca17fc0fbf543b534;p=FUZIX.git mkdir: documentation --- diff --git a/Applications/util/mkdir.1 b/Applications/util/mkdir.1 new file mode 100644 index 00000000..69b64383 --- /dev/null +++ b/Applications/util/mkdir.1 @@ -0,0 +1,22 @@ +MKDIR(1) +## NAME +*mkdir* - create directories +## SYNOPSIS +*mkdir* \[OPTION\]... DIRECTORY... + +## DESCRIPTION +Creates the given directories if they do not already exist. + +:*-p* + Create any missing or intermediate pathname components + +When the *-p* option is selected the mkdir command attempts to create any +intermediate directories on the path. Any existing directory is not created +and its presence is not considered an error. This includes the final target. + +## BUGS ## +The POSIX -m option is not supported + +## STANDARDS ## +See bugs. +