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 @@
|
||||
# mac2unix
|
||||
|
||||
> Change mac-style line endings to unix-style.
|
||||
> Change macOS-style line endings to Unix-style.
|
||||
> Replaces LF with CR.
|
||||
|
||||
- Change line endings of a file:
|
||||
|
||||
`mac2unix {{filename}}`
|
||||
|
||||
- Create a copy with unix-style line endings:
|
||||
- Create a copy with Unix-style line endings:
|
||||
|
||||
`mac2unix -n {{filename}} {{new_filename}}`
|
||||
|
Reference in New Issue
Block a user