How to create and use a patch in Linux
Creating a Patch File: diff -Naur olddir newdir > new-patch– or –diff -Naur oldfile newfile >new-patch A Note concerning Patch and the number of Directory Levels used: Try to make sure when creating a patchfile that you have the same number of directories levels for both the olddir path and newdir path. For Ex: — … Read more