Skip to content

Instantly share code, notes, and snippets.

@Snegovikufa
Created May 20, 2019 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Snegovikufa/07fff79ca5013d41c6957ba917f8d8be to your computer and use it in GitHub Desktop.
Save Snegovikufa/07fff79ca5013d41c6957ba917f8d8be to your computer and use it in GitHub Desktop.
Convert file line endings from lf to crlf
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