mkdir: documentation
authorAlan Cox <alan@linux.intel.com>
Tue, 24 Jul 2018 23:12:39 +0000 (00:12 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 24 Jul 2018 23:12:39 +0000 (00:12 +0100)
Applications/util/mkdir.1 [new file with mode: 0644]

diff --git a/Applications/util/mkdir.1 b/Applications/util/mkdir.1
new file mode 100644 (file)
index 0000000..69b6438
--- /dev/null
@@ -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.
+