del

del

Synopsis
del [ -r | --recursive ] <path> ... delete files and directories
Details
The del command deletes the files and/or directories given by the <path> arguments.

Normally, the del command will only delete a directory if it is empty apart from the '.' and '..' entries. The -r option tells the del command to delete directories and their contents recursively.