Tag Archives: patch

How to generate a patch?

To generate a patch for your modified code. All you have to do is generate a diff between original and modified source files using the following command and save the output to the patch file. diff -rup /home/ketan/unmodified_source.c /home/ketan/modified_source.c > … Continue reading

Posted in linux | Tagged , , | Leave a comment