I am not a perl expert, but I have figured out this command:
perl -i.bak -wpl -e 's/ +$//g;' *.cxx
The original files are save as *.bak and can be removed if the revoval of
taling spaces was correct.
Joost
2010/11/8 Caolán McNamara
> On Mon, 2010-11-08 at 02:36 -0500, Kevin Hunter wrote:
> >
At 4:23pm -0500 Mon, 08 Nov 2010, Caolán McNamara wrote:
Pushed the substantial hacking out of the commented-out code in
automation. Thanks. I'm holding back on the end of line whitespace
stuff because all of our files have it, at least in line 4 :-). Maybe
we can resolve all of those in one fell
On Mon, 2010-11-08 at 02:36 -0500, Kevin Hunter wrote:
> At 2:17am -0500 Mon, 08 Nov 2010, Kevin Hunter wrote:
> > Subject says it all. Patch against three files under
> >
> > automation/source/
Pushed the substantial hacking out of the commented-out code in
automation. Thanks. I'm holding back on