Difference between revisions of "Patch"
From Sega Retro
old>Kram1024 |
old>Kram1024 |
||
Line 1: | Line 1: | ||
==NAME== | ==NAME== | ||
patch - apply a diff file to an original | patch - apply a diff file to an original | ||
+ | |||
+ | ==SYNOPSIS== | ||
+ | '''patch''' [''options''] [''originalfile'' [''patchfile'']] | ||
+ | |||
+ | but usually just | ||
+ | |||
+ | '''patch''' -p''num'' <''patchfile'' |
Revision as of 12:46, 20 February 2009
NAME
patch - apply a diff file to an original
SYNOPSIS
patch [options] [originalfile [patchfile]]
but usually just
patch -pnum <patchfile