4

could anyone assist me with this. I need to compare two beefy xml files 40mb each (ok not that beefy), but notepad++ croaks on this. Can anyone suggest something that will help (windows only).

I read a similar thread: Text editor to open big (giant, huge, large) text files

but this only talks about opening large files. Comparing and opening are 2 very different animals. Can anyone suggest anything that will help

Thanks Craig

Community
  • 1
  • 1
Crudler
  • 2,194
  • 3
  • 30
  • 57

6 Answers6

7

I always use DiffMerge or ExamDiff (Pro version) for my Diff needs. I haven't tried them with files larger than 2 MB, but you might want to give them a try.

Cerebrus
  • 25,615
  • 8
  • 56
  • 70
4
c:\WINDOWS\system32\fc.exe <firstfile> <secondfile>

? :)

Icebob
  • 1,132
  • 7
  • 14
3
Matthew Scharley
  • 127,823
  • 52
  • 194
  • 222
0

kDiff3 worked fine for me to compare files greater than 10 MB - It's quite light-weight.

l0b0
  • 55,365
  • 30
  • 138
  • 223
0

I use WinDiff for such a purpose. It was installed on my windows7 machine and comes from Microsoft (so its free). It's 64Bit application and performs very well.

0

Could easily compare with vs code. no need to download plugins or anything, comes with the default package. Just drag and drop the files you want to compare and select the option as compare with selected.
enter image description here

Charitha Goonewardena
  • 4,418
  • 2
  • 36
  • 38