|
mhdecode(1) -- Decodes a binary file for MH
|
The mhdecode command decodes for MH a file created by the uuencode command. The mhdecode command reads an encoded file, strips off any leading and trailing lines added by uuencode, and sends output to... |
mhl(1) -- produce formatted listings of MH messages (only available within the message handling system, mh)
|
The mhl command is a program for listing formatted messages, which can be used as a replacement for more, the default showproc program. As with more, each of the messages specified as arguments (or th... |
mhmail(1) -- send or read mail (only available within the message handling system, mh)
|
The mhmail program is intended as a replacement for the standard mail programs, bellmail and ucbmail. See binmail(1) and mail(1) for more details of these mail programs. When invoked without arguments... |
mhpath(1) -- print full pathnames of MH messages and folders (only available within the message handling system, ...
|
Use the mhpath command to display the full pathname of the specified folder. If you do not specify a folder, mhpath displays the pathname of the current folder. If you specify a message with its messa... |
mkcatdefs(1) -- Preprocesses a message source file
|
The mkcatdefs utility preprocesses a message source file to do one or more of the following operations. These operations ease maintenance of compilable programs, scripts, or both: Convert symbolic ide... |
mkdep(1) -- generate dependency list from a C program
|
The mkdep command uses cc(1) to compile a list of dependency files required to build the named C program file or files. The list is formatted so that it is suitable for inclusion into a makefile for m... |
mkdir(1) -- Makes a directory
|
The mkdir command creates new directories with read, write, and execute permissions based upon the permissions established by the umask setting. [Tru64 UNIX] The mkdir command also creates the standar... |
mkdirhier(1X) -- makes a directory hierarchy
|
The mkdirhier command creates the specified directories. Unlike mkdir if any of the parent directories of the specified directory do not exist, it creates them as well. |
mkfifo(1) -- Makes FIFO special files
|
For each file argument, mkfifo performs actions equivalent to the mkfifo() call with the following arguments: The file argument is used as the pathname argument. If the -m option is not used, the valu... |
mkfontdir(1X) -- create an index of X font files in a directory
|
For each directory argument, mkfontdir reads all of the font files in the directory searching for properties named "FONT", or (failing that) the name of the file stripped of its suffix. These are co... |
mkmanifest(1) -- mtools utility to create a shell script to restore UNIX file names from DOS
|
The mkmanifest command creates a shell script that aids in the restore of UNIX file names that were overwritten by DOS file name restrictions. DOS file names are uppercase only, cannot exceed 8 charac... |
mkstr(1) -- Creates an error message file
|
The use of mkstr can reduce the size of programs that contain many error diagnostics and reduce system overhead in running such programs. The mkstr command processes each of the specified files, placi... |
mktemp(1) -- Create a secure and uniquely named file or directory
|
The mktemp utility is provided to give shell scripts a safer way to create temporary files, particularly when writing to world-writeable areas, such as /tmp or /var/tmp. Traditional methods for creati... |