Okay so I want to add a list of strings from one file to each string from another file, example -
File1.txt (input):
asa
exe
dada
123
3456
nani
example
lol
File2.txt (input 2):
Rexample
Example
expected output.txt:
Rexampleasa
Rexampleexe
Rexampledada
Rexample123
Rexample3456
Rexamplenani
Rexampleexample
Rexamplelol
Exampleasa
Exampleexe
Exampledada
Example123
Example3456
Examplenani
Exampleexample
Examplelol