1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 08:55:35 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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