|
audioctl(1) -- control audio device
|
The audioctl command displays or sets various audio system driver variables. If a list of variables is present on the command line, audioctl prints the current value of those variables for the specifi... |
awk(1) -- pattern-directed scanning and processing language
|
awk scans each input file for lines that match any of a set of patterns specified literally in prog or in one or more files specified as -f progfile. With each pattern there can be an associated actio... |
|
b64decode(1) -- encode/decode a binary file
|
The uuencode and uudecode utilities are used to transmit binary files over transmission mediums that do not support formats other than printable ASCII data. b64encode and b64decode are equivalent to r... |
b64encode(1) -- encode/decode a binary file
|
The uuencode and uudecode utilities are used to transmit binary files over transmission mediums that do not support formats other than printable ASCII data. b64encode and b64decode are equivalent to r... |
banner(1) -- print strings in large letters
|
banner prints up to 10 characters of each string in large letters on the standard output. |
basename(1) -- return filename portion of pathname
|
basename deletes any prefix ending with the last slash (`/') character present in string, and a suffix, if given. The resulting filename is written to the standard output. A non-existent suffix is ig... |
batch(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, ... |
bc(1) -- arbitrary-precision arithmetic language and calculator
|
bc is an interactive processor for a language which resembles C but provides unlimited precision arithmetic. It takes input from any files given, then reads the standard input. Options available: -c b... |
bdes(1) -- encrypt/decrypt using the Data Encryption Standard
|
bdes implements all DES modes of operation described in FIPS PUB 81, including alternative cipher feedback mode and both authentication modes. bdes reads from the standard input and writes to the stan... |
bg(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... |
biff(1) -- be notified if mail arrives and who it is from
|
biff informs the system whether you want to be notified when mail arrives during the current terminal session. The options are as follows: n Disables notification. y Enables notification. When mail no... |
c++(1) -- GNU project C++ Compiler
|
The C and C++ compilers are integrated; g++ is a script to call gcc with options to recognize C++. gcc processes input files through one or more of four stages: preprocessing, compilation, assembly, a... |
c++filt(1) -- demangle C++ symbols
|
The C++ language provides function overloading, which means that you can write many functions with the same name (providing each takes parameters of different types). All C++ function names are encode... |
c2ph(1) -- Dump C structures as generated from "cc -g
|
The following is the old c2ph.doc documentation by Tom Christiansen Date: 25 Jul 91 08:10:21 GMT Once upon a time, I wrote a program called pstruct. It was a perl program that tried... |
cal(1) -- displays a calendar
|
cal displays a simple calendar. If arguments are not specified, the current month is displayed. The options are as follows: -j Display Julian dates (days one-based, numbered from January 1). -y Displa... |