Created
May 20, 2019 04:15
-
-
Save Snegovikufa/07fff79ca5013d41c6957ba917f8d8be to your computer and use it in GitHub Desktop.
Convert file line endings from lf to crlf
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 -name '*.cs' -exec unix2dos {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment