Skip to content

Instantly share code, notes, and snippets.

@jtr109
Created August 2, 2017 15:17
Show Gist options
  • Save jtr109/e55e6716693b7050e3f3de0a4842e25c to your computer and use it in GitHub Desktop.
Save jtr109/e55e6716693b7050e3f3de0a4842e25c to your computer and use it in GitHub Desktop.
convert all files from dos to unix
find -name "*" -print0 | xargs -0 dos2unix
// TODO: the binary files will raise warning without convert.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment