1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 01:04:56 +02:00
tldr/pages/linux/unix2dos.md
2020-05-21 12:30:20 +01:00

234 B

unix2dos

Change unix-style line endings to dos-style. Replaces CR with CRLF.

  • Change line endings of a file:

unix2dos {{filename}}

  • Create a copy with dos-style line endings:

unix2dos -n {{filename}} {{new_filename}}