SyntaxFix
Write A Post
Hire A Developer
Questions
I really like the "tail -r" answer, but my favorite gawk answer is....
gawk '{ L[n++] = $0 } END { while(n--) print L[n] }' file