Created
November 16, 2017 02:16
-
-
Save acemir/49ab59e6392008ec3eb2eb0f2ff1eb80 to your computer and use it in GitHub Desktop.
Covert line endings of all files in folder to Unix format
This file contains 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
find ./ -type f -exec dos2unix {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment