From c47741aaff56051d6a80446afe2ed4a195280c49 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 6 Dec 2025 22:00:55 +0200 Subject: [PATCH 1/2] Update ln.md --- pages/common/ln.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/ln.md b/pages/common/ln.md index 1f38d603982f2b..11df4fb1c200ec 100644 --- a/pages/common/ln.md +++ b/pages/common/ln.md @@ -7,6 +7,10 @@ `ln {{[-s|--symbolic]}} /{{path/to/file_or_directory}} {{path/to/symlink}}` +- Create a symbolic link relative to where the link is located: +- +`ln {{[-s|--symbolic]}} {{path/to/file_or_directory}} {{path/to/symlink}}` + - Overwrite an existing symbolic link to point to a different file: `ln {{[-sf|--symbolic --force]}} /{{path/to/new_file}} {{path/to/symlink}}` From d159e1d906a59ebd4caa9560f1236ff3975e01b9 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 6 Dec 2025 22:02:59 +0200 Subject: [PATCH 2/2] Update ln.md --- pages/common/ln.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ln.md b/pages/common/ln.md index 11df4fb1c200ec..9c2bb1202c5edc 100644 --- a/pages/common/ln.md +++ b/pages/common/ln.md @@ -8,7 +8,7 @@ `ln {{[-s|--symbolic]}} /{{path/to/file_or_directory}} {{path/to/symlink}}` - Create a symbolic link relative to where the link is located: -- + `ln {{[-s|--symbolic]}} {{path/to/file_or_directory}} {{path/to/symlink}}` - Overwrite an existing symbolic link to point to a different file: