0

I want to create a symbolic link from Dir1, but only for certain files. Let's say I have these files within Dir1:

file_1.a
file_2.a
file_2.a.b

Now I want to create a symbolic link, but only to those *.a files for which a *.a.b file exists. So in the end it should be a symbolic link only to file_2.a (for this example - I will have few thousands files like this). How should I do this?

marius
  • 1

0 Answers0