I've two files in this form:
File1: id:0.0260509118455
File2: id:X:Y
I'd like to get a third file having all lines of file1 joined with the lines of second file containing the same id. i.e. :
File3: id:0.0260509118455:X:Y
(file1 has 100 lines, file2 has 666 lines). There are not unpairable lines