If I have two files (C programs) but one has several changes. Some new
lines some deleted. Basically, we've modified a vendors code for our use,
and each time they change there's we have to apply thier changes to ours.
I want to automate a way of applying the mods to our version.
Can someone help me with the correct diff command to do this. I believe
it's something like diff -e old_file new_file > file.ed
Then run some type of ed command to make the changes?
Thanks,
Joe
Received on Thu Aug 08 2002 - 17:50:48 NZST