!--a11y-->
mkdir 
Creates a directory / collection.
Syntax |
mkdir/md [-cip|-c] resource |
Options |
|
-cip|-c |
Checkout-in-place: creates an activity, checks out the parent collection, creates the collection and checks in the activity. |
Arguments |
|
resource |
Resource to be created. |
Description |
Creates a directory. |
Creates the directory myDir.
mkdir myDir