The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-19-2008
agn agn is offline
Registered User
 

Join Date: Feb 2008
Posts: 84
Code:
while read line; do echo ${line}-$(grep -l $line /opt/new/*); done < buf > new-buf

Last edited by agn; 05-19-2008 at 10:20 PM. Reason: screwed up code block
Reply With Quote