Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I get little rectangular looking objects (they can't be displayed here) where line breaks should be. I figured this may have something to do with the (wierd?) way Microsoft handles end-of-lines, and want to make a perl script to solve it (or get it the correct way in the first place).
How would I recursively go through the directories opening only files that would have such text (.h,.c,.cpp, etc.) and change them to the correct format? (some files don't have extensions, so I expect I'd have to hard-code those in)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: file cleaning up
by Aristotle (Chancellor) on Aug 18, 2002 at 00:53 UTC | |
|
Re: file cleaning up
by JayBonci (Curate) on Aug 18, 2002 at 02:40 UTC |