- List item
I have 2 texts below how to concatenate each line of 2 files.txt into one filenew.txt for example : file1 includes:
fishenter
tiger
deer
file2 includes:
Roof
today
great
I want output like this:
fishRoof
tigertoday
deergreat
I only know the command to join 2 files
cat file1.txt file.txt> filenew.txt
please edit the command for me thank you so much