|
atq(1) -- Prints the queue of jobs waiting to be run
|
With no options, the queue is sorted in the order that the jobs are to be executed. When a privileged user invokes the atq command without specifying a username, the entire queue is displayed; if a us... |
atrm(1) -- Removes jobs spooled by at
|
If one or more job numbers is specified, atrm attempts to remove only those jobs. If one or more usernames is specified, all jobs belonging to those users are removed. This form of invoking atrm is us... |
awk(1) -- Pattern scanning and processing language
|
The awk command executes programs written in the awk programming language, a powerful pattern matching utility for textual data manipulation. An awk program is a sequence of patterns and corresponding... |
banner(1) -- Creates a large banner
|
The banner command prints the specified message in large letters on the standard output. Each line in the banner output can be up to 10 uppercase or lowercase characters long. On output, all character... |
basename(1) -- Returns the base file name or directory portion of a path name
|
The basename command reads the string specified on the command line, deletes the portion from the beginning to the last / (slash), and writes the base file name to standard output. If suffix is specif... |
batch(1) -- Runs commands at a later time
|
Both at and batch mail you the standard output and standard error from the scheduled commands, unless you redirect that output. They also write the job number and the scheduled time to standard error.... |
bc(1) -- Provides a processor for arbitrary-precision arithmetic language
|
[Tru64 UNIX] The bc command invokes dc automatically, unless the -c (compile only) option is specified. If the -c option is specified, the output from bc goes to the standard output. The bc command le... |
bdftopcf(1X) -- convert X font from Bitmap Distribution Format to Portable Compiled Format
|
The bdftopcf program is a font compiler for the X server and font server. Fonts in Portable Compiled Format can be read by any architecture, although the file is structured to allow one particular arc... |
bdiff(1) -- Finds differences in large files
|
The bdiff command uses diff to find lines that must be changed in two files to make them identical (see the diff command). Its primary purpose is to permit processing of files that are too large for d... |
bfs(1) -- Scans files
|
The bfs command is similar to the ed command, but has some additional subcommands and the ability to process much larger files. Input files can be up to 32K lines long, with up to 512 characters per l... |
bg(1) -- Runs jobs in the background
|
If job control is enabled (see the description of set -m in the ksh(1) reference page), the bg utility resumes suspended jobs from the current environment by running them as background jobs. If the jo... |
biff(1) -- Notifies users when mail arrives
|
The biff command informs the system whether you want to be notified when mail arrives during the current terminal session. The following command enables notification: biff y The following command disa... |
binmail(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... |