/ Published in: Bash
This is useful for upgrading Drupal modules, etc.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
cd /path/to/new/files find * -type f -exec cp {} /path/to/old/files/{} \;