I have two files with log output. I need to join them the way I described below
First file
Line 1
Line 2
Line 3
Second File
Need to be placed at the end of Line 1
Need to be placed at the end of Line 2
Need to be placed at the end of Line 3
Expected result:
Line 1 Need to be placed at the end of Line 1
Line 2 Need to be placed at the end of Line 2
Line 3 Need to be placed at the end of Line 3
I know how append text/input file using sed but in case of file it will insert all contents of a file so it's not what I am looking for. Any help appreciated:)
paste
but tries to overcome a limitation in it. – Kusalananda May 18 '21 at 17:35