Skip to content

Instantly share code, notes, and snippets.

@jc1987
Created October 6, 2014 12:44
Show Gist options
  • Save jc1987/a08db29a9df9a53e5239 to your computer and use it in GitHub Desktop.
Save jc1987/a08db29a9df9a53e5239 to your computer and use it in GitHub Desktop.
homogeneize end of lines
sed -i "s/\r//g" "path/to/file"
homogeneize the file end lines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment