From 73969022679d19aa388ca757797f8af8c7a375f5 Mon Sep 17 00:00:00 2001 From: fejx Date: Fri, 8 May 2020 08:46:39 +0200 Subject: [PATCH] unix2mac: add page --- pages/linux/unix2mac.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/unix2mac.md 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}}`