unix2dos: update page (#10212)

pull/23/head
K.B.Dharun Krishna 2023-05-18 11:53:12 +05:30 committed by GitHub
parent ba7eddede8
commit 1f6fbcdbd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
- Change the line endings of a file:
`unix2dos {{filename}}`
`unix2dos {{path/to/file}}`
- Create a copy with DOS-style line endings:
`unix2dos -n {{filename}} {{new_filename}}`
`unix2dos -n {{path/to/unix_file}} {{path/to/dos_file}}`