Today I learnt: If you need to output the contents of a file in reverse order i.e. last line first, there’s a counterpart to the cat
command line program:
tac
See what they did there?! Not something you’ll need every day, but handy when you do.
Documentation: https://man7.org/linux/man-pages/man1/tac.1.html