From 293dbe19de7a6df1ed6449b197f5d74e16bb19b8 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 18 May 2023 11:54:45 +0530 Subject: [PATCH] unix2mac: update placeholders (#10221) --- pages/linux/unix2mac.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/unix2mac.md b/pages/linux/unix2mac.md index 2f7c68cbb..731167205 100644 --- a/pages/linux/unix2mac.md +++ b/pages/linux/unix2mac.md @@ -6,8 +6,8 @@ - Change the line endings of a file: -`unix2mac {{filename}}` +`unix2mac {{path/to/file}}` - Create a copy with macOS-style line endings: -`unix2mac -n {{filename}} {{new_filename}}` +`unix2mac -n {{path/to/unix_file}} {{path/to/mac_file}}`