snippetbashTip
DEL — Delete one or more files. More information: <https://www.dosbox.com/wiki/Commands#DEL>.
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.