|
Elizabeth Plumb Can you outline the scenario that Putnam is looking for here?
To clarify, as Josh points out, there are a couple ways to do this – the easiest in my mind using the cmd fc tool:
C:\temp>more test1.txt
|
test1
|
|
C:\temp>more test2.txt
|
test1
|
test2
|
test3
|
|
C:\temp>fc test1.txt test2.txt
|
Comparing files test1.txt and TEST2.TXT
|
***** test1.txt
|
***** TEST2.TXT
|
test2
|
test3
|
*****
|
Is that sufficient for what they're looking for?
/cc: Ethan Brown, Craig Gomes
|