CAT(1) - General Commands Manual # CAT(1) - General Commands Manual
NAME # cat - concatenate and print files
SYNOPSIS # cat [-benstuv] [file …]
DESCRIPTION # The cat utility reads files sequentially, writing them to the standard output. The file operands are processed in command-line order. If file is a single dash (’-’) or absent, cat reads from the standard input.
The options are as follows:
-b
Number the lines, but don’t count blank lines.
...
LAM(1) - General Commands Manual # LAM(1) - General Commands Manual
NAME # lam - laminate files
SYNOPSIS # lam [-F|f min.max] [-P|p min.max] [-S|s sepstring] [-T|t c] file …
DESCRIPTION # lam copies the named files side by side onto the standard output. The n-th input lines from the input files are considered fragments of the single long n-th output line into which they are assembled. The name “-” means the standard input, and may be repeated.
...
LPR(1) - General Commands Manual # LPR(1) - General Commands Manual
NAME # lpr - off line print
SYNOPSIS # lpr [-cdfghlmnpqrstv] [-#‌num] [-1234 font] [-C class] [-i [numcols]] [-J job] [-P‌printer] [-T title] [-U user] [-w‌num] [name …]
DESCRIPTION # lpr uses a spooling daemon to print the named files when facilities become available. If no names appear, the standard input is assumed.
The following single letter options are used to notify the line printer spooler that the files are not standard text files.
...
NL(1) - General Commands Manual # NL(1) - General Commands Manual
NAME # nl - line numbering filter
SYNOPSIS # nl [-p] [-b type] [-d delim] [-f type] [-h type] [-i incr] [-l num] [-n format] [-s sep] [-v startnum] [-w width] [file]
DESCRIPTION # The nl utility reads lines from the named file, applies a configurable line numbering filter operation, and writes the result to the standard output. If file is a single dash (’-’) or absent, nl reads from the standard input.
...
PR(1) - General Commands Manual # PR(1) - General Commands Manual
NAME # pr - print files
SYNOPSIS # pr [+‌page] [-‌column] [-adFfmrt] [-e[char][gap]] [-h header] [-i[char][gap]] [-l lines] [-n[char][width]] [-o offset] [-s[char]] [-w width] [file …]
DESCRIPTION # The pr utility is a printing and pagination filter for text files. When multiple input files are specified, each is read, formatted, and written to standard output. By default, the input is separated into 66-line pages, each with
...
RS(1) - General Commands Manual # RS(1) - General Commands Manual
NAME # rs - reshape a data array
SYNOPSIS # rs [-CcSs[x]] [-GgKkw N] [-EeHhjmnTtyz] [rows [cols]]
DESCRIPTION # rs reads the standard input, interpreting each line as a row of blank-separated entries in an array, transforms the array according to the options, and writes it on the standard output. With no arguments it transforms stream input into a columnar format convenient for terminal viewing.
...