Skip to content

Instantly share code, notes, and snippets.

@ivyleavedtoadflax
Created September 26, 2016 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivyleavedtoadflax/f4e54772f9f6c51495c73c68588e3559 to your computer and use it in GitHub Desktop.
Save ivyleavedtoadflax/f4e54772f9f6c51495c73c68588e3559 to your computer and use it in GitHub Desktop.
Convert mac line endings to linux
#!/bin/bash
cat urls-august.csv | tr "\r" "\n" > urls-august-unix.csv
mv urls-august-unix.csv urls-august.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment