The UNIX and Linux Forums  

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



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 08-03-2007
quintet quintet is offline
Registered User
 

Join Date: Jun 2006
Posts: 74
alternatively u can do like this

Code:
find /opt/efx/ian/original  -name '*' -exec grep -l "abcde1234" {} \; -exec cp {} /opt/efx/ian/copied \;

Last edited by Yogesh Sawant; 04-20-2008 at 09:49 PM.. Reason: added code tags
Reply With Quote