ladybird/Base/usr/share/man/man1/mkdir.md
Sergey Bugaev 8fbcfa934a Base: Add some "See also" links to the man pages
We can do this now that we have link support in LibMarkdown and LibHTML ^)
2019-10-03 08:23:54 +02:00

23 lines
230 B
Markdown

## Name
mkdir - create a directory
## Synopsis
```**sh
$ mkdir path
```
## Description
Create a new empty directory at the given *path*.
## Examples
```sh
$ mkdir /tmp/foo
```
## See also
* [`mkdir`(2)](../man2/mkdir.md)