Multiple symlinks: for file in <path of target files>/* ; do ln -s "$file" <path to destination folder> ; done