1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 06:24:56 +02:00
tldr/pages/linux/mac2unix.md
2020-05-21 12:30:20 +01:00

233 B

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}}