Created
April 8, 2019 16:07
-
-
Save gyfoster/ff8dd789fc94d06f79d748abbfb37153 to your computer and use it in GitHub Desktop.
Converts dos line endings to unix line endings if dos2unix is unavailable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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