Tagged Questions
5
votes
8answers
3k views
What's the best way of doing dos2unix on a 500k line file, in Windows?
Question says it all, I've got a 500,000 line file that gets generated as part of an automated build process on a Windows box and it's riddled with ^M's. When it goes out the door it needs to *nix ...