lynring24 blog

create patch file

Tags:

patch file from two different directories

diff -ur TARGET_DIR SOURCE_DIR > patch.diff
patch -i patch.diff