15 Feb, 2008, Tommi wrote in the 1st comment:
Votes: 0
Does anyone know of a good tool i can use to remove the white space out of a few source files i have that somehow got doubled and triple spaced.

And not indent as it was the reason they got messed up in the first place.
15 Feb, 2008, Tommi wrote in the 2nd comment:
Votes: 0
perl -i.bak -ne 'print if /\S/' file.txt

works incase anyone else screws up their code too.
17 Feb, 2008, Hades_Kane wrote in the 3rd comment:
Votes: 0
EditPlus is a good tool overall for coding as well. It can complete reformat code, remove white space, among a lot of other things.
0.0/3