Mac OSX merge contents of 2 folders (like windows)


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

used to copy the contents of one folder into another on mac replacing only the files that are duplicates (like windows)


Copy this code and paste it in your HTML
  1. cp -R -v [folder to copy]/. [folder to merge into]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.