A simple command line tool, drop the Reverse.exe into the %systemroot% directory in Windows to call the program from the command line. Then just call like: Reverse /i Path\File.txt and the file will be overwritten with reversed text. Or an outfile can be specified Reverse /i Path\File.txt /o path\OutFile.txt this will leave the original file intact.
A file containing:
item 1
item 2
item 3
Would then be reversed to
item 3
item 2
item 1
You can also remove blank lines with the switch /r, as of 1.0.1.0
Features
- Run from the command Line in Windows
- Scriptable
- Bottom of text file becomes top, handy for Log files.
- Remove Blank Lines
License
Creative Commons Attribution LicenseFollow TextFileReverse
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
I found it easy to operate but it did not do what I expected. It reverses the order of a sequence of lines, but does not reverse the order of text in each line. I wanted a program that would reverse the entire contents, each line reversed and the order of lines reversed.