screamolic

convert script windows linux

Dec 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. sed 's/^M$//' # DOS to Unix
  2. sed 's/$/^M/' # Unix to DOS
  3.  
  4. sed $'s/\r$//' # DOS to Unix
  5. sed $'s/$/\r/' # Unix to DOS
Add Comment
Please, Sign In to add comment