Last active
April 20, 2016 20:25
-
-
Save dmgig/8168263ca5c8f7f20ee21b7b5d3e26e9 to your computer and use it in GitHub Desktop.
fix line endings during cat
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
cat windows-EOL.txt | tr '\r' '\n' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment