Skip to content

Instantly share code, notes, and snippets.

@ksaitor
Last active May 13, 2019 17:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksaitor/5726034 to your computer and use it in GitHub Desktop.
Save ksaitor/5726034 to your computer and use it in GitHub Desktop.
fatal: CRLF would be replaced by LF
perl -pi -e 's/\r\n/\n/g' input.file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment