8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
Usage: mkdir [PATH]
|
|
Removes files and directories.
|
|
|
|
PATH Specifies the path to create the directory in.
|
|
|
|
Examples:
|
|
mkdir a Creates a directory named a in the current shell working directory.
|