From 8fe7655b0a28c5272ac0784034961be31ec9e93b Mon Sep 17 00:00:00 2001 From: Terminator X Date: Tue, 19 Oct 2021 07:07:54 +0530 Subject: [PATCH] Updated Basic use cases (markdown) --- Basic-use-cases.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Basic-use-cases.md b/Basic-use-cases.md index 4390739..e070b9e 100644 --- a/Basic-use-cases.md +++ b/Basic-use-cases.md @@ -394,7 +394,12 @@ To create symbolic or hard links in batch: - go to the target directory - press n - press `s` for symbolic link or `h` for hard link -- enter the link suffix (or `@` for no suffix) +- enter the link prefix (or `@` for no prefix) + +The reasons only prefix is allowed (and not full name): + +- avoid accepting link names one by one in this flow +- having the same prefix groups the newly created links together ## Hidden files on top