moving a symlink in a directory
Lets say that I have a directory "/test/" and in that I have a file "/test/mydoc.txt" and I made symlink called "/test/yourdoc.txt" that points to "mydoc.txt"
How could I more or copy that directory to another location in such a way that it didnt break the symlink (so that its still linked to the same file that is now in a new directory).
and no I dont want to relink it manually cause where I need to do it, theres like 20 links.
Last edited by e1000; 02-22-2004 at 01:56 AM.
|