Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compare directory using winmerge?

Tags:

diff

winmerge

I have two different directories and i am making a script which identify that if different directories have the same file name with different changes.i am trying with winmerge commaline option as below .. WinMergeU C:\Folder\File.txt C:\Folder2

and i also want to merge the all changes into the one file.

Please suggest me on this.

thanks

like image 531
deepakm Avatar asked Aug 24 '10 05:08

deepakm


People also ask

How do I only see differences in WinMerge?

In the section displaying the detailed differences, scroll through the differences using WinMerge tools. In the section that allows you to select two specific files that you want to compare, select the two files, right-click, and then select Compare. WinMerge appears, displaying the results of the comparison.

Can meld compare directories?

Meld helps you compare files and directories in two- and even three-way overview. You also can manage files under version control, such as Git or Subversion.


1 Answers

When I compare folders with WinMerge, I go to File->Open, select folders and check the 'Include subfolders' check-box. Then in the View menu I switch on the Tree View and switch off Show Identical Items.

like image 188
Stanislav Avatar answered Sep 25 '22 02:09

Stanislav