Is there a way you can list the differences between two different loadsets?

By: Richard Glaser - Revised: 2006-05-31 devin

One method is to use BBEdit and use its "Find Differences..." command from the "Search" menu. You could also write a shell or perl script to list the differences between two different loadsets, or simply use the Unix diff tool on the command line.

diff transcript_A.T transcript_B.T