Hello, I have two directories that are almost identical to each other and I need to copy the contents of the source directory over the to the target directory, but without overwriting any files that are newer on the target. Is there an argument that I can use with the 'cp' command to accomplish this?
I have the following to preserve time stamps and permissions; cp -pRv /mnt/userdir /media/userdir Thank you, James -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
