HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

DEL — Delete one or more files. More information: <https://www.dosbox.com/wiki/Commands#DEL>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
deletedelcommandfilesclimoreone

Problem

How to use the DEL command: Delete one or more files. More information: <https://www.dosbox.com/wiki/Commands#DEL>.

Solution

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}}

Code Snippets

Delete a file

DEL {{path/to/file}}

Delete all files matching a pattern

DEL {{path/to/*.ext}}

Context

tldr-pages: dos/DEL

Revisions (0)

No revisions yet.