From 1f6fbcdbd1ee6476b16a5069ad172eb54a076371 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 18 May 2023 11:53:12 +0530 Subject: [PATCH] unix2dos: update page (#10212) --- pages/linux/unix2dos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/unix2dos.md b/pages/linux/unix2dos.md index 397ffa1b4..50c650617 100644 --- a/pages/linux/unix2dos.md +++ b/pages/linux/unix2dos.md @@ -6,8 +6,8 @@ - Change the line endings of a file: -`unix2dos {{filename}}` +`unix2dos {{path/to/file}}` - Create a copy with DOS-style line endings: -`unix2dos -n {{filename}} {{new_filename}}` +`unix2dos -n {{path/to/unix_file}} {{path/to/dos_file}}`