2021-12-16, 09:05 PM
One way is to export each list in simple text format, sort each alphabetically then use a compare tool to see the differences (this is why sorting them first was necessary).
On Windows, you can use the built-in sort command in the terminal (also, many text editors have this functionality). For comparison, you can use the spartan terminal command fc or a nice GUI tool like ExamDiff.
On Windows, you can use the built-in sort command in the terminal (also, many text editors have this functionality). For comparison, you can use the spartan terminal command fc or a nice GUI tool like ExamDiff.

