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:
fejx
2020-05-10 15:12:37 +02:00
committed by Starbeamrainbowlabs
parent 7396902267
commit cf1b9177b7
4 changed files with 8 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
# unix2mac
> Change unix-style line endings to mac-style.
> Change Unix-style line endings to macOS-style.
> Replaces CR with LF.
- Change line endings of a file:
`unix2mac {{filename}}`
- Create a copy with mac-style line endings:
- Create a copy with macOS-style line endings:
`unix2mac -n {{filename}} {{new_filename}}`