Is there a way (say PowerShell, or a tool) in Windows that can recurse over a directory and convert any Unix files to Windows files.
I\'d be perfectly happy with a wa
This seems to work for me.
Get-Content Unix.txt | Out-File Dos.txt