I am seeking for a command that would re-create a whole tree of files in a different directory. I would prefer to have all symlinks absolute. Can I do that with a find and xargs? ;-)
|
feedback
|
|
| |||
|
feedback
|
/tmp/somedirectorypointing at/home/me/somegreatdir, then all the contents ofsomegreatdirwill be visible under/tmp/somedirectory. This needs just one symlink for the entire tree. Or what else do you want? – jankes Nov 12 '11 at 23:41