user110813
user110813

Reputation:

How to perform a rolling diff?

How do you perform a rolling diff between 2 files to determine only the portion of files that have changed?

Upvotes: 2

Views: 366

Answers (1)

Dave
Dave

Reputation: 10577

rsync is an example of what you're looking for. There's even a tech report about it: http://www.samba.org/rsync/tech_report/tech_report.html

Upvotes: 2

Related Questions