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
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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.