I have two files with one record each. For example:
FIle1:
000000000000000123456000
File2:
0000000000000000000000ABCDEF0000000
I want to overlay file2 with certain positions from file1. File 2 after overlay should be:
00000000000000000000001234560000000
How can i do this with ICETOOL
Thanks