On Tue, May 03, 2005 at 09:15:19PM -0700, Jason Van Cleve wrote: > I'd like to process a whole bunch of source files uniformly, stripping > off any whitespace at the ends of lines and also making sure there is > exactly one newline before the EOF. That last part may be tricky, but > is there a speedy *nix utility for getting rid of trailing whitespace, > or maybe for general source code processing?
indent(1) lint(1) expand(1) unexpand(1) -- <[EMAIL PROTECTED]> _______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
