There's a command that allows us to append output to the end of a file.

Way to go! While the > sign overwrites the contents of a file, the >> command adds the output to the end of the file.

Didn't we say that it's very similar to output redirection?