SYNTAX

    mkdir [options] <dir_name>


OPTIONS

-h (--help) bool

Display help.

-a (--allow_exists) bool

Don't return an error if the directory already exists.


ARGUMENTS

<dir_name>

The name of the directory to be created. [filename]


DESCRIPTION

Create a new directory.

Makes all the directories in a given path that don't already exist. Also aliased to md.


COPYRIGHT

Copyright (c) 2006-2010 Accenture. All rights reserved.