diff --git a/pages/linux/unix2mac.md b/pages/linux/unix2mac.md new file mode 100644 index 0000000000..ca658020eb --- /dev/null +++ b/pages/linux/unix2mac.md @@ -0,0 +1,12 @@ +# unix2mac + +> Change unix-style line endings to mac-style. +> Replaces CR with LF. + +- Change line endings of a file: + +`unix2mac {{filename}}` + +- Create a copy with mac-style line endings: + +`unix2mac -n {{filename}} {{new_filename}}`