Linux Comm Mdeltree
# Linux mdeltree Command
[ Linux Command Manual](#)
The Linux mdeltree command can be used to delete MSDOS format files and directories.
mdeltree will delete the specified directory and all files and directories under it. If the specified file or directory does not exist, an error message will be returned.
### Syntax
mdeltree msdosdirectory [msdosdirectories...]
**Parameter Description**:
* -v Display more information.
### Example
Delete all files and directories under the msdosdir directory in the root directory of drive A.
mcopy a:msdosdir
[ Linux Command Manual](#)
YouTip