Created
January 3, 2020 17:34
-
-
Save gusmantap/cc56962f3e6904fb7506fdacc6c2a3d7 to your computer and use it in GitHub Desktop.
For those who don't have dos2unix installed (and don't want to install it): Remove trailing \r character that causes this error:
This file contains 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 's/\r$//' filename |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment