tldr/pages/linux/mac2unix.md

13 lines
235 B
Markdown
Raw Normal View History

2020-05-08 07:45:59 +01:00
# mac2unix
> Change macOS-style line endings to Unix-style.
2020-05-08 07:45:59 +01:00
> Replaces LF with CR.
- Change line endings of a file:
`mac2unix {{filename}}`
- Create a copy with Unix-style line endings:
2020-05-08 07:45:59 +01:00
`mac2unix -n {{filename}} {{new_filename}}`