patch
Applies diff files to original files.
Syntax
$patch [OPTIONS] [ORIGINAL] [PATCH]
Examples
Examples
$patch -i fix.diff
Examples
$patch -p1 < fix.patch
Typical use cases
patch --help
man patch
Note
Used for applying updates.
Export