mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-09 06:46:25 +00:00
22 lines
278 B
Plaintext
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`
|