Multiple choice

Redirect STDOUT to a file.

  1. >

  2. >>

  3. 2>

  4. <

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

The greater-than symbol (>) is the standard operator for redirecting standard output to a file, overwriting the file if it already exists.