bbe is a “sed for binary files”, and should work more efficiently for large binary files than hexdumping/reconstructing.
An example of its use:
$ bbe -e 's/original/replaced/' infile > outfile
Further information on the man page.
bbe is a “sed for binary files”, and should work more efficiently for large binary files than hexdumping/reconstructing.
An example of its use:
$ bbe -e 's/original/replaced/' infile > outfile
Further information on the man page.