Files
tldr/pages.tr/common/mkdir.md
Managor cb4988b896 mkdir: add longform options (#13622)
* mkdir: add longform options

* Update mkdir.md

* Update mkdir.md

* Update mkdir.md

* Update mkdir.md

* Update mkdir.md

* Update mkdir.md

* Update mkdir.md

* Update mkdir.md

* Update mkdir.md

* Update mkdir.md

* Update mkdir.md

* Update mkdir.md

* Update mkdir.md
2024-09-07 14:24:22 +02:00

13 lines
352 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mkdir
> Yeni bir dizin oluştur.
> Daha fazla bilgi için: <https://www.gnu.org/software/coreutils/mkdir>.
- Mevcut dizinde ya da verilen dizinde yeni bir dizin oluştur:
`mkdir {{dizin}}`
- Özyinelemeli şekilde dizin oluştur (iç içe klasörler oluşturmak için kullanışlıdır):
`mkdir {{-p|--parents}} {{dizin/yolu1 dizin/yolu2 ...}}`