tldr/pages/linux/unix2dos.md

13 lines
234 B
Markdown
Raw Normal View History

2020-05-06 20:40:46 +01:00
# 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}}`