If I have a directory /foo with a few files in it, how do I symlink each entry in /foo into /bar/?
For instance, if /foo has the files a, b and c, I want to create three symlinks:
/bar/a -> /foo/a/bar/b -> /foo/b/bar/c -> /foo/c
|
If I have a directory For instance, if
| |||
|
feedback
|
|
You can use (GNU)
| |||
|
feedback
|
--prefix=. – Hello71 Feb 12 '11 at 18:15