• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Batch File Diff

sitheris

[H]ard|Gawd
Joined
Jul 30, 2004
Messages
1,785
Hi all,

Does anyone know of a program (freeware) that will do a batch diff?

i.e., I have two directories of the same files and I want to diff each file in the directory A with the corresponding file in directory B

I'm currently using freediff and doing it by hand but is there a utility to do it automagically?

I have hundreds of files to diff still... :p

Thanks
 
If you're in a Unix shell (or using Cygwin in windows), writing loops becomes fairly trivial.
 
ameoba said:
If you're in a Unix shell (or using Cygwin in windows), writing loops becomes fairly trivial.
the unix version of diff IIRC will do recursive diffs on text files, which is how you can create patch files for source code.
 
Back
Top