/ Published in: Bash
used to copy the contents of one folder into another on mac replacing only the files that are duplicates (like windows)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
cp -R -v [folder to copy]/. [folder to merge into]