Answers for "how to convert dos to unix in shell"

0

how to convert dos to unix in shell

sed -i 's/\r$//' filename
Posted by: Guest on March-14-2022

Code answers related to "how to convert dos to unix in shell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language