|
Mail(1) -- send and receive mail
|
mail is an intelligent mail processing system which has a command syntax reminiscent of ed(1) with lines replaced by messages. The options are as follows: -b list Send blind carbon copies to list. -c ... |
mail(1) -- send and receive mail
|
mail is an intelligent mail processing system which has a command syntax reminiscent of ed(1) with lines replaced by messages. The options are as follows: -b list Send blind carbon copies to list. -c ... |
|
mailx(1) -- send and receive mail
|
mail is an intelligent mail processing system which has a command syntax reminiscent of ed(1) with lines replaced by messages. The options are as follows: -b list Send blind carbon copies to list. -c ... |
make(1) -- maintain program dependencies
|
make is a program designed to simplify the maintenance of other programs. Its input is a list of specifications as to the files upon which programs and other files depend. If the file `BSDmakefile' e... |
makeinfo(1) -- translate Texinfo documents
|
Translate Texinfo source documentation to various other formats, by default Info files suitable for reading online with Emacs or standalone GNU Info. General options: --error-limit=NUM quit after NUM ... |
man(1) -- display the on-line manual pages
|
The man utility displays the BSD manual pages entitled name. The options are as follows: -a Display all of the manual pages for a specified section and name combination. (Normally, only the first manu... |
md5(1) -- calculate a message-digest fingerprint (checksum) for a file
|
md5 takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. It was conjectured that it would be computationally infeasible to ... |
merge(1) -- three-way file merge
|
merge incorporates all changes that lead from file2 to file3 into file1. The result ordinarily goes into file1. merge is useful for combining separate changes to an original. Suppose file2 is the orig... |
mesg(1) -- display (do not display) messages from other users
|
The mesg utility is invoked by a user to control write access others have to the terminal device associated with the standard error output. Write access is allowed by default, and programs such as tal... |
mg(1) -- emacs-like text editor
|
mg is intended to be a small, fast, and portable editor for people who can't (or don't want to) run the real emacs for one reason or another, or are not familiar with the vi(1) editor. It is compati... |
midiplay(1) -- play MIDI files
|
The midiplay command plays MIDI files using the sequencer device. If no file name is given it will play from standard input, otherwise it will play the named files. The options are as follows: -d devn... |
mixerctl(1) -- control audio mixing
|
The mixerctl command displays or sets various audio system mixing variables. If a list of variables is present on the command line, mixerctl prints the current value of those variables for the specifi... |
mkdep(1) -- construct Makefile dependency list
|
mkdep takes a set of flags for the C compiler and a list of C source files as arguments and constructs a set of include file dependencies which are written into the file .depend. An example of its use... |
mkdir(1) -- make directories
|
The mkdir utility creates the directories named as operands, in the order specified, using mode rwxrwxrwx (0777) as modified by the current umask(2). The options are as follows: -m mode Set the file p... |
mkfifo(1) -- make FIFOs
|
mkfifo creates the FIFOs requested, in the order specified, using mode 0666 modified by the current umask(2). The options are as follows: -m mode Set the file permission bits of newly created director... |