Introduction: Using diff and patch
Sep 19, 2012, 02:00 (0 Talkback[s])
(Other stories by Anthony)
The commands diff and patch form a powerful combination. They are widely used to get differences between original files and updated files in such a way that other people who only have the original files can turn them into the updated files with just a single patch file that contains only the differences. This tutorial explains the basics of how to use these great commands.
Complete Story
Related Stories: