/ Published in: Bash
Useful if some files already exist at the destination and are newer or would take too long to copy again.
Expand |
Embed | Plain Text
yes n | cp -i source/* dest/
You need to login to post a comment.
Useful if some files already exist at the destination and are newer or would take too long to copy again.
yes n | cp -i source/* dest/
You need to login to post a comment.