Dear all, i have a problem:
I have first text file with this info:
Name1, Surname1, code1, address1 ---- (first row)
Name2, Surname2, code2, address2 ---- (second row)
……………………………………..
for many row…!
I have a second text file with this similar info:
Name1, Surname1, code1, telephonenumber1 ---- (first row)
Name2, Surname2, code2, telephonenumber2 ---- (second row)
……………………………. ……………….
for many row…!
I would like to make this: read,in first file,for every row, numeric string “ code “ and search it into second file for every row ! When string found print entire row in a third files.
Please help me I do not succeed to make this, please indicate me the best way to realize this simple script.
Thank you !!!
I have first text file with this info:
Name1, Surname1, code1, address1 ---- (first row)
Name2, Surname2, code2, address2 ---- (second row)
……………………………………..
for many row…!
I have a second text file with this similar info:
Name1, Surname1, code1, telephonenumber1 ---- (first row)
Name2, Surname2, code2, telephonenumber2 ---- (second row)
……………………………. ……………….
for many row…!
I would like to make this: read,in first file,for every row, numeric string “ code “ and search it into second file for every row ! When string found print entire row in a third files.
Please help me I do not succeed to make this, please indicate me the best way to realize this simple script.
Thank you !!!