mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:55:34 +02:00
unix2dos: update page (#10212)
This commit is contained in:
parent
ba7eddede8
commit
1f6fbcdbd1
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
- Change the line endings of a file:
|
- Change the line endings of a file:
|
||||||
|
|
||||||
`unix2dos {{filename}}`
|
`unix2dos {{path/to/file}}`
|
||||||
|
|
||||||
- Create a copy with DOS-style line endings:
|
- Create a copy with DOS-style line endings:
|
||||||
|
|
||||||
`unix2dos -n {{filename}} {{new_filename}}`
|
`unix2dos -n {{path/to/unix_file}} {{path/to/dos_file}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue