I have 2 text files. file1.txt, file2.txt
I need to replace all characters from line 3 to line 5, column 3 to column 5 of file1.txt with line 8 to line 10, column 4 to column 9 of file2.txt.
To make a better understanding, I'm replace a rectangular region of a text file, with a rectangular region found in another file. Notice, the rectangle in file2.txt is several columns longer.
Thanks!