From 3d94f5d656fc6efae01da5153466ff2dc6925f24 Mon Sep 17 00:00:00 2001 From: fejx Date: Wed, 6 May 2020 21:40:46 +0200 Subject: [PATCH] unix2dos: add page --- pages/linux/unix2dos.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/unix2dos.md diff --git a/pages/linux/unix2dos.md b/pages/linux/unix2dos.md new file mode 100644 index 0000000000..bc7c4deae1 --- /dev/null +++ b/pages/linux/unix2dos.md @@ -0,0 +1,12 @@ +# unix2dos + +> Change unix-style line endings to dos-style. +> Replaces CR with CRLF. + +- Change line endings of a file: + +`unix2dos {{filename}}` + +- Create a copy with dos-style line endings: + +`unix2dos -n {{filename}} {{new_filename}}`