I'm sooo fed up with useless spaces in source files that I've even configured vim to show them.
The problem is that I'm very often (if not always) have to deal with useless spaces with my mates developpers.
I'd just like to scan source files (given a regular expression) and remove whitespaces from all given files.
I've search around the web ("bash remove whitespace" etc.) but did not find something useful.