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

230 B

Name

mkdir - create a directory

Synopsis

$ mkdir path

Description

Create a new empty directory at the given path.

Examples

$ mkdir /tmp/foo

See also