Revision: 17531
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        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