Skip to content

Instantly share code, notes, and snippets.

@nestoru
Created September 30, 2017 10:11
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 nestoru/0504b2c98934632c3d8f683289ff89d4 to your computer and use it in GitHub Desktop.
Save nestoru/0504b2c98934632c3d8f683289ff89d4 to your computer and use it in GitHub Desktop.
convert CRLF to LF (like dos2unix ... win and dos text files to linux text files)
curl -sL https://raw.githubusercontent.com/nestoru/pob-recipes/master/common/tools/crlf2lf.sh \
| bash -s /path/to/windows/or/dos/file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment