mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 21:47:52 +00:00
18 lines
296 B
Plaintext
18 lines
296 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, dos]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# DEL
|
|
|
|
> Delete one or more files.
|
|
> More information: <https://www.dosbox.com/wiki/Commands#DEL>.
|
|
|
|
- Delete a file:
|
|
|
|
`DEL {{path/to/file}}`
|
|
|
|
- Delete all files matching a pattern:
|
|
|
|
`DEL {{path/to/*.ext}}`
|