I have a file One.lst that has the following content:
a
b
c
Now,i have to search in :
a_man.lst
b_man.lst
c_man.lst
the pattern : <inc>true</inc>
.
Now,suppose b_man.xml
has the above pattern.
So, I have to log b
in another file, say Two.lst
.