dired-do-symlink

dired-do-symlink is an interactive autoloaded compiled Lisp function in `dired-aux.el'.


(dired-do-symlink &optional ARG)

Make symbolic links to current file or all marked (or next ARG) files.
When operating on just the current file, you specify the new name.
When operating on multiple or marked files, you specify a directory
and new symbolic links are made in that directory
with the same names that the files currently have. The default
suggested for the target directory depends on the value of
`dired-dwim-target', which see.

For relative symlinks, use M-x dired-do-relsymlink.