Created
March 23, 2021 21:15
-
-
Save codejockie/8c9fd6263f19fa72c49482889635a79a to your computer and use it in GitHub Desktop.
DOS2Unix Line Endings (End Of Line)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # brew install dos2unix | |
| find . -name '*.*' -print0 |xargs -0 dos2unix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment