computer_knowledge_notes/Software/文件管理/dir.md

9 lines
163 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

列出文件夹的内容。这是DOS时代的命令感觉就相当于Linux下的ls命令。
#### 语法
```
dir [options] [files] # 列出files的信息
```