Wednesday, 18 September 2013

Difference and Patch

Difference and Patch

Taking difference between test and test1 folder 


diff -u --recursive --new-file test test1



Patching difference to test folder

patch -p1 -s < ../sam.diff



No comments:

Post a Comment