Reverse a text file?

Jonezy

Regular Member
Joined
Jul 15, 2010
Messages
278
Reaction score
45
Hey, does anyone know if its possible to reverse a text file.

e.g

1
2
3
4
etc

reverse it so it comes out like

etc
4
3
2
1

Anyone know?

cheers
 
If your on something other then Windows, sort -r
 
try this (1st result on Google for the term "reverse text"):
Code:
http://textop.us/Text-tools/Reverse-Text
 
Back
Top