Multiple choice

Pass the contents of a file to a program as STDIN.

  1. <

  2. 2>

  3. ||

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.