|
afmtodit(1) -- create font files for use with groff -Tps
|
afmtodit creates a font file for use with groff and grops. afmtodit is written in perl; you must have perl version 3 installed in order to run afmtodit. afm_file is the AFM (Adobe Font Metric) file fo... |
afslog(1) -- obtains AFS tokens
|
The afslog command obtains AFS tokens for the cell or path args. args is treated as a path if it contains the characters ., .., or /. If not, it is treated as a cellname or the beginning of a cellname... |
alias(1) -- a shell (command interpreter) with C-like syntax
|
csh is a command language interpreter incorporating a history mechanism (see History substitutions), job control facilities (see Jobs), interactive file name and user name completion (see File name co... |
apply(1) -- apply a command to a set of arguments
|
apply runs the named command on each given argument in turn. Character sequences of the form ``%d'' in command, where `d' is a digit from 1 to 9, are replaced by the d'th following unused argument... |
apropos(1) -- locate commands by keyword lookup
|
apropos shows which manual pages contain instances of any of the given keyword(s) in their title line. Each word is considered separately and case of letters is ignored. Words which are part of other ... |
ar(1) -- create, modify, and extract from archives.
|
The GNU ar program creates, modifies, and extracts from archives. An archive is a single file holding a collection of other files in a structure that makes it possible to retrieve the original individ... |
arch(1) -- print architecture type
|
The arch and machine commands display the machine's architecture in slightly different ways. arch by default displays the application architecture, defined by both the operating system and the instru... |
as(1) -- the portable GNU assembler.
|
GNU as is really a family of assemblers. If you use (or have used) the GNU assembler on one architecture, you should find a fairly similar environment when you use it on another architecture. Each ver... |
asa(1) -- interpret carriage-control characters
|
The asa utility reads files sequentially, mapping FORTRAN carriage-control characters to line-printer control sequences, and writes them to the standard output. The first character of each line is int... |
at(1) -- queue, examine or delete jobs for later execution
|
at and batch read commands from standard input or a specified file which are to be executed at a later time, via the user's shell as specified by the SHELL environment variable. If SHELL is not set, ... |
atq(1) -- display the at(1) job queue
|
atq displays the queue of jobs, created by the at(1) command, which are currently awaiting execution. Unless the user is the superuser, only the user's own jobs will be displayed. With no flags, the ... |
atrm(1) -- remove jobs spooled by at(1)
|
atrm removes jobs that were created with the at(1) command. The options are as follows: -a Remove all jobs belonging to the user invoking atrm. If the user is the superuser, remove all jobs. -f All in... |
aucat(1) -- concatenate and play audio files
|
The aucat utility reads files sequentially, writing them to the specified device. By default, aucat plays audio through the /dev/audio device. The file operands are processed in command line order. If... |