|
lpstat(1) -- Displays line printer status information
|
If no options are given, then lpstat displays the status of all requests made by the lp and lpr commands. Any arguments that are not options are assumed to be a request_ID (as returned by the lp or lp... |
ls(1) -- Lists and generates statistics for files
|
The ls command writes to standard output the contents of each specified directory or the name of each specified file, along with any other information you ask for with options. If you do not specify a... |
|
ltf(1) -- labeled tape facility
|
The ltf command reads and writes single-volume Versions 3 and 4 ANSI-compatible tape volumes. The file argument specifies each file or directory name that is to be processed. If a directory name is sp... |
m2ps(1) -- Converts text in Mule internal code to PostScript format
|
The m2ps command converts text encoded in Mule internal code (called *internal*) to a PostScript file that can be printed. To handle text not coded in *internal* code, you first have to convert the co... |
m4(1g) -- GNU m4 macro processor
|
The GNU m4 software is unsupported software that is provided as part of Tru64 UNIX. HP will fix problems in this unsupported software only if they are specific to Tru64 UNIX. HP will not fix problems ... |
m4(1) -- Preprocesses files, expanding macro definitions
|
[XPG4-UNIX] You can use m4 to process built-in macros or user-defined macros. Each file is processed in order. If you do not specify a file or if you give a dash (-) as a filename, the m4 command read... |
machine(1) -- return architecture type of machine
|
The machine command displays on standard output the architecture of the machine. The machine command is used within shell procedures to tailor the results to a specific architecture. The exit value of... |
mail(1) -- Sends and displays messages
|
The mail command writes to standard output all stored mail addressed to your login name, one message at a time, or sends a mail message to another user or users. Another name for the mail command is b... |
Mail(1) -- Sends and receives mail
|
The mailx and Mail commands allow you to do the following: Compose a message and send it. Receive a message and look at it. Store received messages in your mailbox or in folders. Discard messages. The... |
mailq(1) -- Displays the contents of the mail queue
|
The mailq command displays a list of messages in the mail queue. The mailq command is the same as the sendmail command with the -bp option; see sendmail for more information. |
mailx(1) -- Sends and receives mail
|
The mailx and Mail commands allow you to do the following: Compose a message and send it. Receive a message and look at it. Store received messages in your mailbox or in folders. Discard messages. The... |
make(1u) -- Maintains, updates, and regenerates groups of programs.
|
This make command is one of several versions available. See the SEE ALSO section for references to information about other versions of the command. By default, the make(1) command is invoked if you ty... |
make(1) -- Maintains up-to-date versions of target files and performs shell commands
|
This make command is one of several versions available. See the SEE ALSO section for references to information about other versions of the command. By default, the make(1) command described in this re... |
make(1p) -- Maintains program dependencies
|
[Tru64 UNIX] The make(1p) command is one of several versions available. See the SEE ALSO section for references to information about other versions of the command. By default, the make(1) command is i... |
makedepend(1X) -- create dependencies in makefiles
|
makedepend reads each sourcefile in sequence and parses it like a C-preprocessor, processing all #include, #define, #undef, #ifdef, #ifndef, #endif, #if and #else directives so that it can correctly t... |