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