SyntaxFix
Write A Post
Hire A Developer
Questions
To recursively remove the carriage returns (\r) from the CVS/* files in all child directories, run the following in a unix shell:
\r
find ./ -wholename "\*CVS/[RE]\*" -exec dos2unix -q -o {} \;