Display file contents with lines in reverse order. The last line appears first, making it useful for viewing recent log entries and processing data in reverse.
tac-tool [options] <file...>
tac-tool log.txt
tac-tool file1.txt file2.txt > reversed_combined.txt
共 1 个版本