0

Possible Duplicate:
How to bulk convert all the file in a file system branch between Unix and Windows line break format?

which is the best tool to convert the CRLF to LF for my project in C++,one of the guideline is to do so before review.

Satyendra
  • 371
  • 1
  • 3
  • 7

1 Answers1

1

Try the dos2unix and unix2dos tools.

Wrap it in a shell script to match all your source files and it should be done.

gertvdijk
  • 13,977