Posts Tagged ‘patch’

HOWTO create patches with diff

Posted in GNU | Linux, HowTo, Open Source on January 9th, 2008 by Jorge – Be the first to comment

For directories:

$ diff -Naur olddir newdir > new-patch

For files:

$ diff -Naur oldfile newfile > new-patch