dir: add traditional Chinese translation (#7130)

beep
lincc 2021-10-22 14:10:55 +08:00 committed by GitHub
parent bb7bfe571b
commit 13cd278e3f
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 @@
# dir
> 列出目錄的內容。
> 更多資訊:<https://docs.microsoft.com/windows-server/administration/windows-commands/dir>.
- 顯示當前目錄的內容:
`dir`
- 顯示指定目錄的內容:
`dir {{目錄/完整/路徑}}`
- 顯示當前目錄的內容,包括隱藏的文件:
`dir /A`
- 顯示指定目錄的內容,包括隱藏的文件:
`dir {{目錄/完整/路徑}} /A`