remove trailing spaces from _many_ files
10
Java properties files can yield undesirable results at runtime, if there happen to be spaces at the end of some lines.
Requires a win32 port for the GNU utilities grep and sed - e.g. http://unxutils.sourceforge.net/.
Requires a win32 port for the GNU utilities grep and sed - e.g. http://unxutils.sourceforge.net/.
mkdir trimmed
Comments
Thu. Sep. 21st, 2006 9:50 PM
java_junkie
java_junkie
Thu. May. 11th, 2006 10:42 AM
jbuchberger
jbuchberger






...it's simpler to do someStringProperty.trim() of course.