Linux Commands Examples
tac
tac
- concatenate and print files in reverse.
Display file in reverse:
tac file.txt
Display file in reverse using custom separator:
tac file.txt -s ;
Change the position of separator:
tac file.txt -b -s ;
Newer Post
Older Post
Home