freebsd-ports/textproc/bbe/pkg-descr
Rong-En Fan 6f3b076396 Add bbe 0.2.2, a sed-like editor for binary files.
PR:		ports/105314
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2006-11-09 01:43:48 +00:00

14 lines
669 B
Text

Instead of reading input in lines as sed, bbe reads
arbitrary blocks from an input stream and performs
byte-related transformations on found blocks. Blocks
can be defined using start/stop strings, stream offset
and block length, or a combination. Basic editing commands
include delete, replace, search/replace, binary operations
(and, or, etc.), append, and bcd/ASCII conversion. For
examining the input stream, it contains some grep-like
features like printing the input file name, stream offset,
and block number of found blocks. Block contents can also
be printed in different formats like hex, octal, ASCII, and
binary.
WWW: http://sourceforge.net/projects/bbe-/