Table of Contents

Name

mrd - remove an MSDOS subdirectory

Synopsis

mrd msdosdirectory [ msdosdirectories... ]

Description

Mrd removes a directory from an MSDOS filesystem.

An error occurs if the directory is not empty.

MSDOS subdirectory names are supported with either the '/' or '\' separator. The use of the '\' separator or wildcards will require the directory name to be enclosed in quotes to protect it from the shell.

The mcd command may be used to establish the device and the current working directory (relative to MSDOS), otherwise the default is A:/.

Mrd returns 0 on success, 1 on utter failure, or 2 on partial failure.

See Also

mcd(1) , mmd(1)

Bugs

Allows multiple arguments, which does not follow the MSDOS convention.


Table of Contents