By default, input comes from the keyboard. We can use input redirection to change that, though.

Great! Using the < sign, we're redirecting the contents of readme.txt as the input.

Didn't we just use the > sign for output redirection?