Answers for "dos2unix recursive"

0

dos2unix recursive

find . -type f -print0 | xargs -0 dos2unix
Posted by: Guest on October-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language