--- syntax: markdown tags: [tldr, dos] source: https://github.com/tldr-pages/tldr.git --- # DEL > Delete one or more files. > More information: . - Delete a file: `DEL {{path/to/file}}` - Delete all files matching a pattern: `DEL {{path/to/*.ext}}`