The iPhone Book: Covers iPhone 4S, iPhone 4, and iPhone 3GS   The iPhone Book
(Phone 4S, iPhone 4, and iPhone 3GS)

The most important, most useful, and most fun stuff about your iPhone.
 
The iPad Pocket Guide   The iPad Pocket Guide

Quickly master all the features and functions of the iPad with this handy well-crafted pocket guide.

MS-DOS Commands :: rd (rmdir)

Overview:

Removes a directory.

The command rmdir is the same as the rd command; they do the same thing. You can use either the rmdir command or use the rd command which takes fewer characters to type.

help rd

Removes (deletes) a directory.

RMDIR [/S] [/Q] [drive:]path
RD [/S] [/Q] [drive:]path

    /S      Removes all directories and files in the specified directory
            in addition to the directory itself.  Used to remove a directory
            tree.

    /Q      Quiet mode, do not ask if ok to remove a directory tree with /S

(Enlarge: help rd)