unix2dos: update page (#10212)

This commit is contained in:
K.B.Dharun Krishna
2023-05-18 11:53:12 +05:30
committed by GitHub
parent ba7eddede8
commit 1f6fbcdbd1

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}}`