Can I read Convert CRLF to LF Using dos2unix on EtoBox?
Convert CRLF to LF Using dos2unix by Armin Džibrić is a document available to read on EtoBox.
What is Convert CRLF to LF Using dos2unix about?
To convert line endings in existing files from DOS/Windows to Unix format, install the dos2unix tool using sudo apt install dos2unix, then run find -type f -print0 | xargs -0 dos2unix to recursively change line endings in all files in the current directory and below.
- Author
- Armin Džibrić
- Language
- EN