NullSpin
December 19th, 2007, 11:12
Is there a way to diff multiple files from one source file? In this instance I have a master copy of a .profile that I want to check for changes in user accts.
Thanks
NS

Kernel_Killer
December 19th, 2007, 13:28
I don't see a way you can do that really. It seems that's it's dir to dir, and file to file. You might try writing a script that has a for loop to go through each directory, and run the diff.

cipixul
November 20th, 2008, 06:07
I agree with kernel killer. the easiest is to find -name * -exec <your diff> {} ;\