The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
Search a list of lines in file into files
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Search a list of lines in file into files
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
05-19-2008
agn
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
agn
View Public Profile
Find all posts by agn