Welcome to weblogs.com.pk Sign in | Join | Help

April 2007 - Posts

patch in unix

After you make your changes to your working copy, you'll create a patch using diff. To show all the lines that differ between file1 and file2: jahil# diff file1 file2 To create a patch listing the changes from version1 to version2: jahil# diff -aur version1
Posted by jahil | 0 Comments
Filed under: ,