mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:02:18 +02:00
unix2dos: add page
This commit is contained in:
parent
27e7d24edb
commit
bd29cfbb23
1 changed files with 12 additions and 0 deletions
12
pages/linux/unix2dos.md
Normal file
12
pages/linux/unix2dos.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue