Windows to Unix filetype convert

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Windows to Unix filetype convert

Post by Shendemiar »

Does anybody know any handy tool or complete phpeditor to convert whole projects from windows fileformat to unix fileformat. PhoEd3.3 wont let me but save each file manually to unix fileformat. That won't go.

dos2unix is a rather handy unix command for this purpose, but i dont want to do that each time i upload my files.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

you mean convert Windows line breaks to Unix line breaks?

TextPad does this easily.. just set the file as a Unix file (when saving it), it'll remember from there on, for that particular file.
Post Reply