Login
From:
learnbyexample
(Uncensored)
subscribe
CLI tip 27: reverse text line wise with tac
https://learnbyexample.github.io/tips/cli-tip-27/
links
backlinks
Roast topics
Find topics
Find it!
You can use tac to reverse the input line wise. If you pass multiple input files, each file content will be reversed separately.