cat (1) Linux Manual Page
cat – concatenate files and print on the standard output Synopsiscat [,OPTION/]… [,FILE/]… DescriptionConcatenate FILE(s) to standard output. With no FILE, or when FILE is -, read standard input. -A, –show-all equivalent to -vET -b, –number-nonblank number nonempty output lines, overrides -n -e equivalent to -vE -E, –show-ends display $ at end of each line…
