Return to Snippet

Revision: 17531
at September 8, 2009 21:07 by jmiller


Initial Code
cd /path/to/new/files
find * -type f -exec cp {} /path/to/old/files/{} \;

Initial URL


Initial Description
This is useful for upgrading Drupal modules, etc.

Initial Title
Copy new/changed files from one folder to another

Initial Tags
copy, find

Initial Language
Bash