Hi, guys...
Good morning...
I need to insert the content of the file into the specific line of another file... What would be the best way to do it???
For example... I have two files
As you can see, I have two files, FileA.txt and FileB.txt...
After a certain process, I want to insert all the lines of FileB.txt into the location of the line 5 of FileA.txt...
What do you think is the best way to do it???
Any help would be appreciated...
Have a nice day!!!
TIA
Jason
Good morning...
I need to insert the content of the file into the specific line of another file... What would be the best way to do it???
For example... I have two files
Code:
--- FileA.txt --- FileB.txt --- FileA.txt
1 A 1
2 B 2
3 C 3
4 D 4
5 E A
6 F B
7 C
8 D
9 E
F
5
6
7
8
9
---
After a certain process, I want to insert all the lines of FileB.txt into the location of the line 5 of FileA.txt...
What do you think is the best way to do it???
Any help would be appreciated...
Have a nice day!!!
TIA
Jason