Is there a unix command/utility that can concatenate two files line-by-line?
Essentially, I have two sets of data, and they are matched by row but in two separate files. I would like to merge them into one file.
Can someone explain how to do this? Thanks.
Essentially, I have two sets of data, and they are matched by row but in two separate files. I would like to merge them into one file.
Can someone explain how to do this? Thanks.