Let's look at another use of output redirection, shall we?
Great! We can output the wc -l command to the word_count.txt file rather than having it output to the terminal.
wc -l
word_count.txt
Might it be that we use the < sign for input redirection?
<