Display stdin in reversed order

tac

  • Display and concatenate files with lines in reversed order.
    See also: `cat`.
    More information: <https://www.gnu.org/software/coreutils/tac>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

{{cat path/to/file}} | tac

click the source code to copy install tac on any operating system with command-not-found.com