No surprises; tail is the opposite of head. We can use it to view the contents of a file from the bottom.
What would be the output here?
See that? While the -3 option shows the last three lines, -2 displays the last two lines of favorite_things.txt.
tail works in exactly the same way as head.