Multiple choice

What does the echo command do?

  1. Sends argument to stdout

  2. Sends argument to stdin

  3. Sends argument to stderr

  4. Edits a file

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

The echo command takes its arguments and prints them to standard output (stdout), which is typically the terminal screen.