patch

Name

patch -- apply a diff file to an original

Description

patch is as specified in the Single UNIX Specification but with extensions as listed below.

Extensions

--binary

reads and write all files in binary mode, except for standard output and /dev/tty. This option has no effect on POSIX-compliant systems.

-u, --unified

interprets the patch file as a unified context diff.