How to convert dos file to unix/linux format.
Wednesday, August 24th, 2005How to get rid off all bad Windows line endings?
it’s simple, for example to convert all *.php files in directory write:
for x in *.php; do dos2unix $x; done
VoIP, Linux, PHP
How to get rid off all bad Windows line endings?
it’s simple, for example to convert all *.php files in directory write:
for x in *.php; do dos2unix $x; done
Definition WAMP is an acronym for the combination Microsoft Windows, Apache, MySQL and one or more of Perl, PHP and Python. It is modelled after the more well-known LAMP, referring to the all-open source/free software approach which uses Linux instead of Windows.