Friday, February 26, 2010

Creating a patch and using a patch

Create a patch:
diff -Naur oldDir newDir > patchfile

Use a patch:
cat patchfile | patch -p1

No comments:

Post a Comment