I'm using BeyondCompare 4 on Linux, and my goal is to generate a compare result from command line and then use this result in python or some other scripts.
I have tried to use bcompare @"script.txt" file1 file2 result.txt
. Which script.txt
is:
file-report layout:side-by-side output-to:%3 %1 %2
But the result's format is difficult to parse with other scripts.
Question: How could I generate two texts like the ones showing in BeyondCompare's GUI?