When I do "cp /usr/lib/libz.so.1 ." I get a file "libz.so.1" in my current
directory, which is not a symbolic link, but a copy of the file the link was
pointing to, say "/usr/lib/libz.so.1.2.3.3".

Is there a way I can do a similar copy using copy_from? That is to say, I
dont want to copy the link, or create a new link, but copy the file the link
was pointing at, to a file of the same name as the link.

TIA
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to