The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Find files in directory and its subdirectory jyotib Shell Programming and Scripting 11 01-24-2008 01:19 PM
Find files including subdirectory and Delete thepurple Shell Programming and Scripting 1 10-04-2007 03:57 AM
another question regarding copy icecool1249 UNIX for Dummies Questions & Answers 3 03-29-2006 08:16 AM
another copy to tape question ted Shell Programming and Scripting 1 12-06-2002 11:28 AM
How can I copy files and subdirectory? odogbolu98 UNIX for Dummies Questions & Answers 3 02-15-2002 12:14 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 07-08-2008
Registered User
 

Join Date: Jul 2008
Posts: 4
[Question]How to copy files to all subdirectory

I want to copy php.ini to all subdirectory. what command that should i run?
Reply With Quote
Forum Sponsor
  #2  
Old 07-08-2008
Moderator
 

Join Date: Sep 2007
Location: Germany
Posts: 1,031
Something like:
Code:
for ELE in `find . -type d -print| awk 'NR > 1 {print}'`; do cp php.ini ${ELE}; done
Reply With Quote
  #3  
Old 07-08-2008
Registered User
 

Join Date: Jul 2008
Posts: 4
Quote:
Originally Posted by zaxxon View Post
Something like:
Code:
for ELE in `find . -type d -print| awk 'NR > 1 {print}'`; do cp php.ini ${ELE}; done
Thx alot
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 09:00 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0