/ Published in: Bash
This is useful for upgrading Drupal modules, etc.
Expand |
Embed | Plain Text
cd /path/to/new/files find * -type f -exec cp {} /path/to/old/files/{} \;
You need to login to post a comment.
This is useful for upgrading Drupal modules, etc.
cd /path/to/new/files find * -type f -exec cp {} /path/to/old/files/{} \;
You need to login to post a comment.