This document, titled « Linux - Displaying a File in Reverse », is available under the Creative Commons license. Any copy, reuse, or modification of the content should be sufficiently credited to CCM (ccm.net).
Very helpful. I realized 'sort -r' wasn't what I wanted, which was to display a log file with the
most recent entry at the top. 'tac' worked perfectly.
most recent entry at the top. 'tac' worked perfectly.