cat file1
foo
ice
two
cat file2
bar
cream
hundred
Desired output:
foobar
icecream
twohundred
file1 and file2 will always have the same amount of lines in my scenario, in case that makes things easier.
cat file1
foo
ice
two
cat file2
bar
cream
hundred
Desired output:
foobar
icecream
twohundred
file1 and file2 will always have the same amount of lines in my scenario, in case that makes things easier.