AWK(1) - General Commands Manual # AWK(1) - General Commands Manual
NAME # awk - pattern-directed scanning and processing language
SYNOPSIS # awk [-safe] [-V] [-d[n]] [-F fs | –csv] [-v var=value] [prog | -f progfile] file …
DESCRIPTION # 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 action that will be performed when a line of a file matches the pattern.
...
ECHO(1) - General Commands Manual # ECHO(1) - General Commands Manual
NAME # echo - write arguments to the standard output
SYNOPSIS # echo [-n] [string …]
DESCRIPTION # The echo utility writes any specified operands, separated by single blank (’Â ’) characters and followed by a newline (’\n’) character, to the standard output.
When no operands are given, only the newline is written. The -- operand, which generally denotes an end to option processing, is treated as part of string.
...
JOT(1) - General Commands Manual # JOT(1) - General Commands Manual
NAME # jot - print sequential or random data
SYNOPSIS # jot [-cnr] [-b word] [-p precision] [-s string] [-w word] [reps [begin [end [step]]]]
DESCRIPTION # jot is used to print out increasing, decreasing, random, or redundant data, usually numbers, one per line.
The options are as follows:
-b word
Just print word repetitively. Overrides earlier -b, -c, and -w.
...
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.
...
PRINTF(1) - General Commands Manual # PRINTF(1) - General Commands Manual
NAME # printf - formatted output
SYNOPSIS # printf format [argument …]
DESCRIPTION # printf formats and prints its arguments, after the first, under control of the format. The format is a character string which contains three types of objects: plain characters, which are simply copied to standard output, character escape sequences which are converted and copied to the standard output, and format specifications, each of which causes printing of the next successive argument.
...
Vmstat,
Top,
Fstat,
Tcpbench,
Stat,
Printf,
Procmap,
Systat,
Ps,
Netstat,
Iostat,
Fs,
Pstat PSTAT(8) - System Manager’s Manual # PSTAT(8) - System Manager’s Manual
NAME # pstat - display system data structures
SYNOPSIS # pstat [-fknsTtv] [-M core] [-N system] [-d format symbol …]
DESCRIPTION # pstat displays open file entry, swap space utilization, terminal state, and vnode data structure information. If core is given, the information is sought there, otherwise in the running kernel via /dev/kmem. The required namelist is taken from the running kernel unless system is specified.
...
SEQ(1) - General Commands Manual # SEQ(1) - General Commands Manual
NAME # seq - print sequences of numbers
SYNOPSIS # seq [-w] [-f format] [-s string] [first [incr]] last
DESCRIPTION # The seq utility prints a sequence of numbers, one per line by default, from first (default 1) to as near last as possible, in increments of incr (default 1). When first is larger than last, the default incr is -1.
...
STAT(1) - General Commands Manual # STAT(1) - General Commands Manual
NAME # stat - display file status
SYNOPSIS # stat [-FLnq] [-f format | -l | -r | -s | -x] [-t timefmt] [file …]
DESCRIPTION # The stat utility displays information about the file pointed to by file. Read, write, or execute permissions of the named file are not required, but all directories listed in the pathname leading to the file must be searchable.
...
Curses,
Term,
Vi,
Terminfo,
Ul,
Printf,
Tset,
Ex,
Cap_mkdb,
More,
Termcap TERMCAP(5) - File Formats Manual # TERMCAP(5) - File Formats Manual
NAME # termcap - terminal capability database
DESCRIPTION # The termcap file is a database describing terminals, used, for example, by vi(1) and curses(3). Terminals are described in termcap by giving a set of capabilities that they have and by describing how operations are performed. Padding requirements and initialization sequences are included in termcap.
Entries in termcap consist of a number of `:’-separated fields.
...