Multiple choice What does the echo command do? Sends argument to stdout Sends argument to stdin Sends argument to stderr 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.