Hi ,
I have a work project on at the moment and am struggling to find the answer!!
I have 2 files. 1 file contains a huge list of stuff in the following format
123456789 HOSTNAME 0 415 VLR_HPLMN
I then have a file which has an entry in it in the following format
HOSTNAME~123456789~123456789 ANOTHERHOSTNAME 0 415 VLR_HPLMN SIGTRAN
What I need to do , is look down the 2 files, and Match the number from the 1st file, to the number in the 2nd file. If it finds a match I then need to append the differences on the end of the line . i.e in this instance i need to add SIGTRAN on the end of the entry in file 1.
Can anyone help??????