Skip to content

Instantly share code, notes, and snippets.

@timotewb
Last active November 2, 2020 09:46
Show Gist options
  • Save timotewb/f44351070fe80c3dadf7f3dd75c2d722 to your computer and use it in GitHub Desktop.
Save timotewb/f44351070fe80c3dadf7f3dd75c2d722 to your computer and use it in GitHub Desktop.
dos2unix -n /tmp/target_file.txt /tmp/tmp.txt
mv -f /tmp/tmp.txt /tmp/target_file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment