copy, but never overwrite


/ Published in: Bash
Save to your folder(s)

Useful if some files already exist at the destination and are newer or would take too long to copy again.


Copy this code and paste it in your HTML
  1. yes n | cp -i source/* dest/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.