Skip to content

Instantly share code, notes, and snippets.

@geoder101
Created March 18, 2016 21:29
Show Gist options
  • Save geoder101/926ccbdfa5833d3e7d1b to your computer and use it in GitHub Desktop.
Save geoder101/926ccbdfa5833d3e7d1b to your computer and use it in GitHub Desktop.
CRLF -> LF
perl -p -i -e "s/\r//g" <filename>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment