tldr/pages.tr/common/mkdir.md

13 lines
338 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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 {{dizin/yolu1 dizin/yolu2 ...}}`