Skip to content

Instantly share code, notes, and snippets.

@gyfoster
Created April 8, 2019 16:07
Show Gist options
  • Save gyfoster/ff8dd789fc94d06f79d748abbfb37153 to your computer and use it in GitHub Desktop.
Save gyfoster/ff8dd789fc94d06f79d748abbfb37153 to your computer and use it in GitHub Desktop.
Converts dos line endings to unix line endings if dos2unix is unavailable
# do NOT use same file for infile and outfile - will result in data loss
tr -d '\r' < infile > outfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment