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


You need to login to view comments.