mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
c9775847b6
* pages/*: use the imperative in descriptions * go-fmt: put the description on one line
271 B
271 B
mkdir
Create a directory. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/mkdir.
- Create a directory:
mkdir {{path\to\directory}}
- Create a nested directory tree recursively:
mkdir {{path\to\sub_directory}}