I have two files with strings on separated lines, and I want to insert the strings from one file into a regular place in the corresponding lines in the second file.
File 1, line 1: <string in File1>
File 2, line 1: stringInFile2
Desired output: <string in stringInFile2 File1>
File replace works for unique strings, but I dont understand 1) how to use variable strings and 2) how to do this between two files.
Any help?
Thanks in advance.
File 1, line 1: <string in File1>
File 2, line 1: stringInFile2
Desired output: <string in stringInFile2 File1>
File replace works for unique strings, but I dont understand 1) how to use variable strings and 2) how to do this between two files.
Any help?
Thanks in advance.