Files
cheatsheet-tldr/tldr/dos/dir
2026-01-31 00:25:26 +00:00

22 lines
278 B
Plaintext

---
syntax: markdown
tags: [tldr, dos]
source: https://github.com/tldr-pages/tldr.git
---
# DIR
> List files and directories.
> More information: <https://www.dosbox.com/wiki/Commands#DIR>.
- List current directory:
`DIR`
- Pause per page:
`DIR /p`
- Wide view:
`DIR /w`