Highlight differences on folder size only (highlight when left folder is larger than right folder) #2504
Unanswered
YannickDeKoeijer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm new to the tool and strugling to make it do what I want. Reading the documentation doesn't get me much further.
I have 2 folders with about 3600 items in it. All (sub)folders are named the same between the left and right folder, only the files it contains are different.
I want to compare the files inside the folders bases on size only.
Having scanned, here is a snip of the example output.
In general the files in the folder on the right are larger. In about 10% of the time, the files on the left are larger.
I want to only highlight the lines where the left is larger (So I can keep these higher quality files and merge them with the right side).
But I can't seem to figure out how to do this.
Right now everything is highlighted (because filenames, size and creation date are all different),
I only want it highlighted when the left folder (not the file that might be inside them, because sometiomes its one and sometimes it multiple) is larger than the right folder.
As compare method I just used "size"
Anyone that can help me out with this one?
Beta Was this translation helpful? Give feedback.
All reactions