How to convert dos file to unix/linux format.
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
Related entries:
- How to convert raw to dv2 avi.
- How to password protect web directory
- skype: error while loading shared libraries: libsigc-2.0.so.0: cannot open shared object file: No such file or directory
- Logging via ssh using keys (without typing password)
- Firefox and Thunderbird on Linux