Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Comparing all codes in different folders? [closed]

I know how to compare two files' codes. Just open the two codes in notepad++ and Plugins->Compare

But how can I compare all codes in different folders when there are simply too many files?

For example, let's say in my PC there are two folders C:/A and C:/B

And these two folders have the same files a.py and b.py

I want to compare a.py in C:/A and a.py in C:/B, and compare b.py in C:/A and b.py in C:/B.

like image 825
user3123767 Avatar asked Jul 25 '14 18:07

user3123767


People also ask

How do I compare files in multiple folders?

Click on the “Select Files or Folders” tab in the far left, to start a new comparison. Each comparison you run opens in a new tab. To start a new comparison, click on the “Select Files or Folders” tab in the far left, change the targets and click “Compare” again.

How do I compare the differences between two folders and copy?

To do this, you can use a file comparison tool such as WinMerge, open it, go to the File tab, choose the folders you want to compare, and hit Compare. How do I sync folders in Windows 10? You can sync folders by using a file management tool such as FreeFileSync.

Can we compare two folders in VS code?

Visual Studio Code ExplorerSelect for Compare - Select a folder for a comparison. Compare with Selected - Compare the folder with the selected one. Compare Selected - Compare the two selected folders.


1 Answers

You can use something like Beyond Compare to compare file sets. There are plenty of other tools out there that will do this too.

like image 189
Jared Gommels Avatar answered Oct 20 '22 00:10

Jared Gommels