Linux command
mdel 命令
文件
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Delete file from MS-DOS disk
mdel [a:file.txt]
Delete multiple files
mdel [a:*.bak]
Verbose output
mdel -v [a:file.txt]
Delete directory contents
mdel [a:dirname/*]
说明
mdel deletes files from MS-DOS filesystems. It's part of the mtools package. The tool removes files from FAT filesystems without mounting. Works with floppies and USB drives.
参数
- -v
- Verbose output.
- --help
- Display help information.
FAQ
What is the mdel command used for?
mdel deletes files from MS-DOS filesystems. It's part of the mtools package. The tool removes files from FAT filesystems without mounting. Works with floppies and USB drives.
How do I run a basic mdel example?
Run `mdel [a:file.txt]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -v do in mdel?
Verbose output.