|
mmd(1) -- mtools utility to make a DOS directory
|
The mmd command makes a new directory on a DOS file system. Unlike DOS conventions, this command accepts multiple arguments. Reasonable care is taken to create a valid DOS directory name. If an invali... |
more(1) -- Displays a file one screenful at a time
|
The more utility reads files and either writes them to the terminal on a page-by-page basis or filters them to standard output. If standard output is not a terminal device, all input files are copied ... |
mrd(1) -- mtools utility to remove a DOS directory
|
The mrd command removes a directory from a DOS file system. If the directory is not empty, an error occurs. Unlike DOS conventions, this command allows multiple arguments. DOS subdirectory names that ... |
mread(1) -- mtools utility to perform a low level read (copy) of a DOS file to UNIX
|
The mread command copies the specified DOS file to the named UNIX file, or copies multiple DOS files to the named UNIX directory. DOS subdirectory names that contain the '/' or '\' separator are ... |
mren(1) -- mtools utility to rename an existing DOS file
|
The mren command renames an existing file on a DOS file system. You can also use the mren command to rename directories. Reasonable care is taken to create a valid DOS file name. If an invalid DOS tar... |
msgchk(1) -- check for messages (only available within the message handling system, mh)
|
The msgchk program checks all known mail drops for mail that is waiting for you. It displays whether you have mail waiting to be read or not and shows the date that you last read your mail. You can ch... |
msh(1) -- MH shell (only available within the message handling system, mh)
|
The command msh is an interactive program that implements a subset of the normal MH commands operating on a single file in packf format. That is, msh is used to read a file that contains a number of m... |
mt(1) -- Magnetic tape manipulating program
|
The mt command enables you to manage magnetic tape drives and also to coordinate shared access to tape devices, including devices that are part of a storage area network (SAN). Note Unless enhanced se... |
mtools(1) -- Provides a collection of tools for manipulating DOS files
|
The mtools commands are a public domain collection of programs that let you read, write, and manipulate files on a DOS file system (typically a diskette) from a UNIX system. Each command attempts to e... |
mtype(1) -- mtools utility to display the contents of a DOS file
|
The mtype command displays the specified file on the screen. Unlike conventions, this command supports multiple arguments. Subdirectory names that contain the '/' or '\' separator are supported. ... |
mule(1) -- Multilingual Enhancement to GNU Emacs
|
Mule is a multilingual enhancement to GNU Emacs. Mule provides a facility to display, input, and edit multilingual characters in addition to all GNU Emacs facilities. GNU Emacs is a new version of Ema... |
mv(1) -- Moves files and directories
|
If you move a file to a new directory, mv retains the original file name. When you move a file, all other links to the file remain intact. In the second form, one or more files are moved to directory ... |
mvdir(1) -- Moves (renames) a directory
|
The mvdir command renames directories within a file system. To use mvdir, you must have write permission to directory1 and directory2 and to the parent directories of directory1 and directory2. The di... |