-
Notifications
You must be signed in to change notification settings - Fork 26
DELete fles
David Schmenk edited this page Jan 16, 2020
·
1 revision
+DEL [-R] <FILEPATH>
Delete a file or files. Wildcard filename can be specified with ?
matching any character and *
matching any sequence of characters. Recursively delete files with the -R
option.