dos2unix, unix2dos, mac2unix, unix2mac: use consistent naming
Apply suggestions from code review Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
7396902267
commit
cf1b9177b7
@@ -1,12 +1,12 @@
|
||||
# unix2dos
|
||||
|
||||
> Change unix-style line endings to dos-style.
|
||||
> 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:
|
||||
- Create a copy with DOS-style line endings:
|
||||
|
||||
`unix2dos -n {{filename}} {{new_filename}}`
|
||||
|
Reference in New Issue
Block a user