1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 12:26:03 +02:00

tree: add traditional Chinese translation (#7245)

This commit is contained in:
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

View file

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