Lets say, for example, I have two simple text files which contain 100 lines and 150 line respectively.
If they are identical apart from 50 lines from line 90 through 140 in the second file how can I find where that difference begins and ends then insert blank lines into the first file giving you 150 lines in both files, just with a large empty gap in the first.
This is the same sort of thing programs such as WinMerge do.
If they are identical apart from 50 lines from line 90 through 140 in the second file how can I find where that difference begins and ends then insert blank lines into the first file giving you 150 lines in both files, just with a large empty gap in the first.
This is the same sort of thing programs such as WinMerge do.