We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

TextFileReverse

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

If you are like the rest of our user community, your IT team is busy. With pressure to deliver on-time projects, you don’t have a lot of time to spend making your management tools work. You need network monitoring tools that work for you. You want tools that makes it easy to find performance issues before your users do and resolve them before they impact the business. That’s why tens of thousands of customers around the world love WhatsUp Gold.

Website https://textfilereverse.sourceforge.io/
Tags
License
Platform
Features
  • Run from the command Line in Windows
  • Scriptable
  • Bottom of text file becomes top, handy for Log files.
  • Remove Blank Lines