mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:15:32 +02:00
dir: add Chinese translation
This commit is contained in:
parent
85dfc7f5f5
commit
3cec008061
1 changed files with 19 additions and 0 deletions
19
pages.zh/windows/dir.md
Normal file
19
pages.zh/windows/dir.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# dir
|
||||
|
||||
> 列出目录的内容.
|
||||
|
||||
- 显示当前目录的内容:
|
||||
|
||||
`dir`
|
||||
|
||||
- 显示指定目录的内容:
|
||||
|
||||
`dir {{目录的路径}}`
|
||||
|
||||
- 显示当前目录的内容,包括隐藏的文件:
|
||||
|
||||
`dir /A`
|
||||
|
||||
- 显示指定目录的内容,包括隐藏的文件:
|
||||
|
||||
`dir {{目录的路径}} /A`
|
Loading…
Add table
Reference in a new issue