English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux mdeltree command

Linux Command大全

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, it will return an error message.

Syntax

mdeltree [-v] msdosdirectory [msdosdirectories...]

Parameter Description:

  • -v Show more information.

Online Examples

Delete all files and directories under the msdosdir directory in the root directory of the A disk.

mcopy a:msdosdir

Linux Command大全