386BSD 0.1 development
[unix-history] / usr / othersrc / public / mtools-2.0.5 / man / man1 / mrd.1
CommitLineData
7de55399
WJ
1.TH MRD 1 local
2.SH NAME
3mrd \- remove an MSDOS subdirectory
4.SH SYNOPSIS
5.B mrd
6msdosdirectory [ msdosdirectories... ]
7.SH DESCRIPTION
8.I Mrd
9removes a directory from an MSDOS filesystem.
10.PP
11An error occurs if the directory is not empty.
12.PP
13MSDOS subdirectory names are supported with either the '/' or '\e\'
14separator. The use of the '\e\' separator or wildcards will require the
15directory name to be enclosed in quotes to protect it from the shell.
16.PP
17The
18.I mcd
19command may be used to establish the device and the current working
20directory (relative to MSDOS), otherwise the default is A:/.
21.SH SEE ALSO
22mcd(1), mmd(1)
23.SH BUGS
24Allows multiple arguments, which does not follow the MSDOS convention.