On Mon, 23 Oct 2023 at 22:51, mick mbm@rlogin.net wrote:
Try "sorting" the files before the diff.
i.e.
sort one.txt > sortedone.txt sort two.txt > sortedtwo.txt
diff sortedone.txt sortedtwo.txt
Not really something I'd recommend. You'd want something that's XML-aware. A very quick search shows this, might be useful?
https://xmldiff.readthedocs.io/en/stable/commandline.html
Regards, Srdjan