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?
<