1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 22:15:42 +02:00

mkdir: add traditional Chinese translation (#7247)

This commit is contained in:
Poy Chang 2021-10-27 18:33:14 +08:00 committed by GitHub
parent 5890df3641
commit e1707b84b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
# mkdir
> 建立一個資料夾。
> 更多資訊:<https://docs.microsoft.com/windows-server/administration/windows-commands/mkdir>.
- 建立一個資料夾:
`mkdir {{資料夾名稱}}`
- 遞迴建立資料夾及子資料夾:
`mkdir {{資料夾/子資料夾名稱}}`