Last active
September 10, 2021 14:18
-
-
Save coenraadhuman/a7a3b80c4164614525599ef1efc25812 to your computer and use it in GitHub Desktop.
Change Windows line-ending to Unix version
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
sed -i.bak 's/\r$//' file.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment