Collection of all differences in a directory tree

General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
Post Reply
Ed
New Member
Posts: 4
Joined: Sat Oct 16, 2004 8:30 pm
Location: Devon, UK

Collection of all differences in a directory tree

Post by Ed »

I have a requirement to collect in a single view all differences in all files in a directory hierarchy.
This is so that when 1 or 2 line changes are applied to a directory, all the changes can be viewed simultaneously.

I anticipate output in the form below - but any form at all would be better than none.
abc.c
Added #include "xyz.h"
Deleted #include "pqr.h"
def.c
Added #include "xyx.h"
Deleted #include "pqr.h"
User avatar
psguru
Site Admin
Posts: 2232
Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:

Post by psguru »

You can do it via the command line interface:

Code: Select all

examdiff C:\Temp\dir1 C:\Temp\dir2 /o:- /f
psguru
PrestoSoft
Post Reply