How do I convert unix text to to win text?

How do I convert unix text files into readable text for windows.

Dave

You can use 'unix2dos' utitlity.

using Perl to do this:

perl -pi.bak -e 's/\n/\r\n/' filename