Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-31 00:25:26 +00:00
parent ce95f613fc
commit dfa6cb04db
5 changed files with 105 additions and 0 deletions

21
tldr/dos/dir Normal file
View File

@@ -0,0 +1,21 @@
---
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`