MS-DOS形式のディスクにあるファイルをマウントせずに削除します。
mdel ファイル名 [ファイル名2 ・・・] mdel [-v]
オプション名 | 説明 |
-v | 詳細表示を行います。 |
MS-DOS形式のディスク上のファイル(「SampleText03.txt」があるものとします。)を削除します。
# mdir [Enter] Volume in drive A has no label Directory for A:/ SAMPLE~1 TXT 43 2008-10-03 15:33 SampleText01.txt SAMPLE~2 TXT 43 2008-10-03 15:34 SampleText02.txt SAMPLE~3 TXT 397 2008-10-03 15:35 SampleText03.txt SAMPLE~1 <DIR> 2008-10-03 15:34 SampleDir01 4 files 483 bytes 1 455 616 bytes free # mdel SampleText03.txt [Enter] # mdir [Enter] Volume in drive A has no label Directory for A:/ SAMPLE~1 TXT 43 2008-10-03 15:33 SampleText01.txt SAMPLE~2 TXT 43 2008-10-03 15:34 SampleText02.txt SAMPLE~1 <DIR> 2008-10-03 15:34 SampleDir01 3 files 86 bytes 1 456 128 bytes free