mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
234 B
Markdown
13 lines
234 B
Markdown
![]() |
# 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}}`
|