Multiple choice Pass the contents of a file to a program as STDIN. < 2> || Reveal answer Fill a bubble to check yourself A Correct answer Explanation The less-than symbol (<) is used for input redirection, which takes the contents of a file and feeds them into a program as standard input.