Answers for "convert all line endings to unix"

1

convert all line endings to unix

find . -type f -exec dos2unix {} \;
Posted by: Guest on August-04-2020

Code answers related to "convert all line endings to unix"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language