I want to display the last 10 lines of my log file, starting with the last line- like a normal log reader. I thought this would be a variation of the tail command,
This is the perfect methods to print output in reverse order
tail -n 10 | tac