logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bspatch — apply a patch built with bsdiff(1)

Authors

       Colin Percival <cperciva@freebsd.org>

FreeBSD                                           May 18, 2003                                        BSPATCH(1)

Description

bspatch  generates  ⟨newfile⟩ from ⟨oldfile⟩ and ⟨patchfile⟩ where ⟨patchfile⟩ is a binary patch built by
       bsdiff(1).

       bspatch uses memory equal to the size of ⟨oldfile⟩ plus the size of ⟨newfile⟩, but can  tolerate  a  very
       small working set without a dramatic loss of performance.

Name

       bspatch — apply a patch built with bsdiff(1)

See Also

bsdiff(1)

Synopsis

bspatcholdfile⟩ ⟨newfile⟩ ⟨patchfile

See Also