← 返回命令列表

Linux command

mdeltree 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Delete directory tree

mdeltree [a:dirname]

Delete multiple directories

mdeltree [a:dir1] [a:dir2]

Verbose output

mdeltree -v [a:dirname]

说明

mdeltree deletes directories from MS-DOS filesystems. It removes directories and all contents. The tool is part of mtools. It's the MS-DOS equivalent of rm -rf for FAT filesystems.

参数

-v
Verbose output.
--help
Display help information.

FAQ

What is the mdeltree command used for?

mdeltree deletes directories from MS-DOS filesystems. It removes directories and all contents. The tool is part of mtools. It's the MS-DOS equivalent of rm -rf for FAT filesystems.

How do I run a basic mdeltree example?

Run `mdeltree [a:dirname]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -v do in mdeltree?

Verbose output.