tac file
prints the file to standard output in reverse, and the following
tac file1 file2 >file3
contacenates two reversed files onto a third.
If no file is given, or where - is given as an argument, tac reads from the standard input. Output is buffered in blocks matching the input.
CAT(1 ) | Rev: Wed Feb 22 04:14:06 GMT 2023 |