UNIX systems originally came with a command interpreter called the Bourne Shell.
The cat command takes any characters from standard input, and then echoes them to standard output.
A pipe is a means of taking the output of one command and directing it as another command.
The manual entry is called a man page, even though it is often more than one page long.
C. A pipe is a means of taking the output of one command and directing it as another command.