patch Command Reference
Posted by admin at September 14th, 2006
patch - apply a diff file to an original
Synopsis
patch [options] [originalfile [patchfile]]
but usually just
patch -pnum
Description
patch takes a patch file patchfile containing a difference listing
produced by the diff program and applies those differences to one or
more original files, producing patched versions. Normally the patched
versions are put in place of the originals. Backups can be made; see
the -b or –backup option. The names of the files to be patched are
usually taken from the patch file, but if there’s just one file to be
patched it can specified on the command line as originalfile. (more…)
ipcalc - perform simple manipulation of IP addresses