Displays a list of files and subdirectories in a remote directory.
mdir RemoteFiles [ ...] LocalFile
RemoteFiles : Specifies the directory for which you want to see a listing.
LocalFile : Specifies a local file in which to store the listing.
? mdir : Displays help for the mdir command.
| • | You can use mdir to specify multiple files. |
| • | Specifying RemoteFiles Type a hyphen (-) to use the current working directory on the remote computer. |
| • | Specifying a LocalFile Type a hyphen (-) to display the listing on the screen. |
| Format | Meaning |
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |