CAT(1) - General Commands Manual
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. ...