home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / hack / binpatch.README < prev    next >
Encoding:
Text File  |  1993-04-09  |  345 b   |  8 lines

  1.  binpatch.c - apply output of "cmp -l" to patch a binary file
  2.  
  3.  This simple program takes the output from "cmp -l" and applies it as a set
  4.  of patches to a given input file.  The input file itself is modified and no
  5.  backup file is created.  Thus if a backup of the original is desired (highly
  6.  recommended), create it before using binpatch.  
  7.  
  8.