Wednesday, 23 May 2018

Linux from the command line -- cat's backwards twin, tac

Linux from the command line -- cat's backwards twin, tac

You should have come across the "cat" command by now. A way to view all of a file or pipe output. "tac" is the same only it displays the file backwards. IE last line first, then the second to last line, and so on.
https://www.howtoforge.com/linux-tac-command/

No comments:

Post a Comment