Linux
Command
Library
Commands
Basics
Tips
unix2mac
Change Unix-style line endings to macOS-style.
TLDR
Change the line endings of a file
$ unix2mac [filename]
Create a copy with macOS-style line endings
$ unix2mac -n [filename] [new_filename]
COLLAPSE ALL
Copied to clipboard