Apply a patch
# patch -p0 < some.ez.patch.gz
Apply a gzipped patch
# gzip -dc some.ez.patch.gz | patch -p0
References
- https://www.gnu.org/software/patch/patch.html
- https://www.cpqlinux.com/patch.html
- https://drupal.org/diffandpatch
- https://www.gimp.org/bugs/howtos/submit-patch.html
- https://www.freebsddiary.org/patch.php
This is a Stub article. Help the eZ Publish community by expanding it!