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
You Might Also Like
Cloud-based help desk software with ServoDesk
What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
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.