I'm merging 2 files using WinMerge. And I need to keep the right file, only replacing all of its strings that contain particular word ("version_number") with the corresponding lines from the left file.
The files are long, so doing it manually is really tiresome. Can you think of any way to do it automatically? Thank you.
F3"Find next" andAlt+RightArrow"Copy selected items from left to right" from WinMerge Appendix speeded me up a little bit. – evgeny9 Nov 17 '11 at 15:18