Skip to content

Instantly share code, notes, and snippets.

@coenraadhuman
Last active September 10, 2021 14:18
Show Gist options
  • Save coenraadhuman/a7a3b80c4164614525599ef1efc25812 to your computer and use it in GitHub Desktop.
Save coenraadhuman/a7a3b80c4164614525599ef1efc25812 to your computer and use it in GitHub Desktop.
Change Windows line-ending to Unix version
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