hi, I want to copy a dir into another one, and all directories inside them, but I do not want to overwrite the similar files.
what is the command?
should I use cp -r for recursively? but how not to overwite the files
what is the command?
should I use cp -r for recursively? but how not to overwite the files
Comment