Link erstellen für mehrere Dateien

Hi,

ich möchte unter Linux in einem Verzeichnis Links erstellen die sich auf Dateien in einem anderen Verzeichnis beziehen (und den gleichen nahmen haben). könnte mir bitte dabei jemand helfen, bin linux noob.

danke!

man ln

  1. To use the ln command with pattern-matching characters, enter:

ln manual/* .

This links all files in the manual directory into the current directory, .
(dot), giving them the same names they have in the manual directory.

Note: You must type a space between the asterisk and the period.