Merging two text files by line -


i have 2 text files need merge in following way.

file 1 contains simple text lines. while file 2 contains similar text, @ beginning of each line there numbers. example:

file 1:

this single text line. 

file 2:

code    24    2    14    different text line. 

the output i´m looking this:

code    24    2    14    single text line.  

i have absolutely no idea how it, i'm willing learn, if point me in right direction. merge both files? copy first part of each line 1 file? don't know. appreciated. thank you.


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -