Multiple choice

___________ command takes any character from standard input, and then echoes them to standard output.

  1. Exit

  2. Cat

  3. Man

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Cat command takes any character from standard input , and then echoes them to standard output.