[Bf-committers] [11601] branches/soc-2007-mosani/source: Getting the render api branch to compile with Makefiles.

Hans Lambermont hans at lambermont.dyndns.org
Thu Aug 23 15:02:03 CEST 2007


Campbell Barton wrote:

> This is a perl script that I use to convert all line endings in a dir
> (not recursively)
<snip>

this one is :

find . -name "*" -print -exec perl -p -i -e "s/\r\n/\n/" {} \;

and feel free to replace "*" with a different glob if needed.

-- Hans


More information about the Bf-committers mailing list