tac displays the contents of a file in reverse, or the concatenated contents of multiple files in reverse.
Contents |
Usage: tac <options> <filename> <additional_file>
Enter tac <filename> where <filename> is the file which you would like to view in reverse.
Note: If the file which you are viewing is particularly long, you may press Ctrl + C at any time to halt the execution of tac.
Enter tac --help to see basic command line options and syntax or enter man tac to read the manual.