cat(1) General Commands Manual cat(1)

cat - Concatenate FILE(s), or standard input, to standard output With no FILE, or when FILE is -, read standard input.

cat [-A|--show-all] [-b|--number-nonblank] [-e ] [-E|--show-ends] [-n|--number] [-s|--squeeze-blank] [-t ] [-T|--show-tabs] [-v|--show-nonprinting] [-u ] [-h|--help] [-V|--version] [file]

Concatenate FILE(s), or standard input, to standard output With no FILE, or when FILE is -, read standard input.

equivalent to -vET
number nonempty output lines, overrides -n
equivalent to -vE
display $ at end of each line
number all output lines
suppress repeated empty output lines
equivalent to -vT
display TAB characters at ^I
use ^ and M- notation, except for LF (\n) and TAB (\t)
(ignored)
Print help
Print version

v0.0.26

cat 0.0.26