I would like to compare two large files that are not close to 1Gb in size.
Kompare crashes when the files load is large. I configured Kompare as in the photo below:
I would like to present the differences in a way that Kompare does (i.e. clear and showing with colors and lines), manageable for people who are not familiar with Terminal.
I have also tried using the command:
diff --speed-large-files a.file b.file
As suggested here:
Is there a way to dump the output of diff into a file, so it can be read later by another program.
