Patches Some Useful Patches Creating the patch: diff -Naur original.txt new.txt > diff.patch Using the patch: patch original.txt diff.patch