Shell/Bash: dos2unix recursive Example
Shell/Bash Example: This is the "dos2unix recursive" Example. compiled from many sources on the internet by SimpleTutorials.org
dos2unix recursive
find . -type f -print0 | xargs -0 dos2unix
* Summary: This "dos2unix recursive" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!