mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 08:15:23 +02:00
dir: add traditional Chinese translation (#7130)
This commit is contained in:
parent
bb7bfe571b
commit
13cd278e3f
1 changed files with 20 additions and 0 deletions
20
pages.zh_TW/windows/dir.md
Normal file
20
pages.zh_TW/windows/dir.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# dir
|
||||
|
||||
> 列出目錄的內容。
|
||||
> 更多資訊:<https://docs.microsoft.com/windows-server/administration/windows-commands/dir>.
|
||||
|
||||
- 顯示當前目錄的內容:
|
||||
|
||||
`dir`
|
||||
|
||||
- 顯示指定目錄的內容:
|
||||
|
||||
`dir {{目錄/完整/路徑}}`
|
||||
|
||||
- 顯示當前目錄的內容,包括隱藏的文件:
|
||||
|
||||
`dir /A`
|
||||
|
||||
- 顯示指定目錄的內容,包括隱藏的文件:
|
||||
|
||||
`dir {{目錄/完整/路徑}} /A`
|
Loading…
Add table
Reference in a new issue