Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mdir(1) [bsd man page]

MDIR(1) 						      General Commands Manual							   MDIR(1)

NAME
mdir - display an MSDOS directory SYNOPSIS
mdir [ -w ] msdosdirectory mdir [ -w ] msdosfile [ msdosfiles... ] DESCRIPTION
Mdir displays the contents of an MSDOS directory. Mdir will allow the following command line option: w Wide output. This option will print the filenames across the page without displaying the file size or creation date. An error occurs if a component of the path is not a directory. MSDOS subdirectory names are supported with either the '/' or '' separator. The use of the '' separator or wildcards will require the names to be enclosed in quotes to protect them 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:/. SEE ALSO
mcd(1) BUGS
Allows multiple arguments, which does not follow the MSDOS convention. There is no /P (pause) option. local MDIR(1)

Check Out this Related Man Page

MWRITE(1)						      General Commands Manual							 MWRITE(1)

NAME
mwrite - low level write (copy) a Unix file to MSDOS SYNOPSIS
mwrite [ -tnvm ] unixfile msdosfile mwrite [ -tnvm ] unixfile [ unixfiles... ] msdosdirectory DESCRIPTION
In the first form, mwrite copies the specified Unix file to the named MSDOS file. The second form of the command copies multiple Unix files to the named MSDOS directory. Mwrite will allow the following command line options: t Text file transfer. Mwrite will translate incoming line feeds to carriage return/line feeds. n No warning. Mwrite will not warn the user when overwriting an existing file. v Verbose mode. Display the new filename if the Unix filename requires conversion. m Preserve the file modification times. If the target file already exists, and the -n option is not in effect, mwrite asks whether or not to overwrite the file. Reasonable care is taken to create a valid MSDOS filename. If an invalid name is specified, mwrite will change the name (and display the new name if the verbose mode is set). MSDOS subdirectory names are are supported with either the '/' or '' separator. The use of the '' separator or wildcards will require the names to be enclosed in quotes to protect them 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:/. SEE ALSO
mcd(1), mcopy(1), mread(1) BUGS
Unlike MSDOS, the destination directory may not be omitted. local MWRITE(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

rmdir a non-empty directory.

hi, i understand that rmdir will only remove direcotry when it is empty but are there options which will also remove non-empty directories? i went to man rmdir but only find the option -p? i am on solaris. thanks (2 Replies)
Discussion started by: yls177
2 Replies

2. UNIX for Dummies Questions & Answers

-r paramater with chown and rmdir

If I am root user, and trying to chown everything in a directory and it's subdirectories (e.g. httpdocs and everything inside that directory, including it's sub directories), how would I do that? I tried it with -r but it didnt seem to work...can someone help with the correct syntax? Also, if I... (3 Replies)
Discussion started by: Eman619
3 Replies

3. UNIX for Dummies Questions & Answers

Quick question...rmdir -l

Hello, We use a very basic version of unix via putty and are not experts by any means. We accidentally submitted the statement: "mkdir -l" ("dash-letter L) and a new directory was created. Putty/UNIX will now not recognize the statement "rmdir -l". When we run a "ls -l" command, it shows... (3 Replies)
Discussion started by: UDcc123
3 Replies

4. UNIX for Dummies Questions & Answers

How do you delete files that are seemingly missing inodes?

I have some files that appear to have no inode numbers. To complicate the matter, the filenames have UTF8 (I think) characters. I am trying to delete them. In fact, and this might make things easier, I'm trying to delete their parent directory. I don't know what to try next, please help. ... (5 Replies)
Discussion started by: jaffachamp
5 Replies

5. UNIX for Dummies Questions & Answers

Running script on SFTP server, RMDIR and RM with wildcards

Im going insane trying to figure out what i consider a basic command on an SFTP server... Im trying to download all files from a directory *done* then remove all the files (and sometimes folders that contain files) i have downloaded on the remote directory... the command i would normally... (2 Replies)
Discussion started by: mokachoka
2 Replies