Hi,
I need to concatenate the lines with the same line# from 2 different file(as following). The Output_File is what I would like to have. How I do it?
Thanks
David
---
FileA
1
2
3
4
FileB
Something --> 123A...
Thething --> 234B...
otherThing --> 222C
Nothing --> 321C
Output_File
1 Something --> 123A...
2 Thething --> 234B...
3 otherThing --> 222C
4 Nothing --> 321C
I need to concatenate the lines with the same line# from 2 different file(as following). The Output_File is what I would like to have. How I do it?
Thanks
David
---
FileA
1
2
3
4
FileB
Something --> 123A...
Thething --> 234B...
otherThing --> 222C
Nothing --> 321C
Output_File
1 Something --> 123A...
2 Thething --> 234B...
3 otherThing --> 222C
4 Nothing --> 321C