Skip to content

Instantly share code, notes, and snippets.

@ShaiberAlon
Created June 2, 2016 18:53
Show Gist options
  • Save ShaiberAlon/33bf64c5a89024e47b25d67ef99cf250 to your computer and use it in GitHub Desktop.
Save ShaiberAlon/33bf64c5a89024e47b25d67ef99cf250 to your computer and use it in GitHub Desktop.
bash to convert excel created tab delimited files to normal tab delimited files
tr '\r' '\n' < file.txt > file_fix.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment