Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Trim File (Java) by Keith Fenske. Remove trailing white space (blanks or tabs) from the end of each line in a plain text file.

License

kwfenske/trim-file-java

Repository files navigation

Trim File (Java)

by: Keith Fenske, https://kwfenske.github.io/

TrimFile is a Java 1.4 console application to remove trailing white space (blanks or tabs) from the end of each line in a plain text file. Extra spaces commonly accumulate while editing source programs in a graphical compiler (IDE). They aren't a problem, but they do waste file space and occasionally affect the appearance of programs. Many character sets (encodings) are supported, and you may convert between character sets or newline styles.

There is no graphical interface (GUI) for this program; it must be run from a command prompt, command shell, or terminal window.

Download the ZIP file here: https://kwfenske.github.io/trim-file-java.zip

Released under the terms and conditions of the Apache License (version 2.0 or later) and/or the GNU General Public License (GPL, version 2 or later).

About

Trim File (Java) by Keith Fenske. Remove trailing white space (blanks or tabs) from the end of each line in a plain text file.

Resources

License

Stars

Watchers

Forks

Languages