and remove files; -a lets the patch update non-text files; -u generates useful time stamps and enough context; and -r lets thepatch update subdirectories. Here is an example command, using Bourneshell syntax: diff -Naur gcc-3.0.3 gcc-3.0.4 > patch_gcc_304_to_303 Tell your recipients...