1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 20:55:34 +02:00

rmdir: add Traditional Chinese translation

This commit is contained in:
fanfly 2020-07-17 00:32:31 +09:00 committed by Starbeamrainbowlabs
parent 8ca53cdc38
commit fbf6885285

View file

@ -0,0 +1,11 @@
# rmdir
> 移除目錄。
- 若為空目錄則移除目錄(如果目錄非空,可用 `rm -r` 移除目錄及其所包含的檔案):
`rmdir {{目錄/完整/路徑}}}`
- 移除目錄與其所有上層目錄:
`rmdir -p {{目錄/完整/路徑}}`