Multiple choice Redirect STDOUT to a file. > >> 2> < 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.