mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
13 lines
233 B
Markdown
13 lines
233 B
Markdown
|
# mac2unix
|
||
|
|
||
|
> Change mac-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:
|
||
|
|
||
|
`mac2unix -n {{filename}} {{new_filename}}`
|