tree: add traditional Chinese translation (#7245)

beep
Poy Chang 2021-10-28 14:30:26 +08:00 committed by GitHub
parent 25e5500195
commit f4c718e2b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# tree
> 以樹狀結構的形式顯示指定目錄的所有資料夾和文件。
> 更多資訊:<https://docs.microsoft.com/windows-server/administration/windows-commands/tree>.
- 顯示當前目錄的樹狀結構:
`tree`
- 顯示指定目錄的樹狀結構:
`tree {{目錄/完整/路徑}}`
- 顯示目錄中文件的樹狀結構:
`tree {{目錄/完整/路徑}} /f`
- 使用 ASCII 字符而不是擴展字符顯示樹狀結構:
`tree {{目錄/完整/路徑}} /a`