bindrop

A streaming binary cut tool written in C++


Keywords
binary, cin, cli, cout, drop, dropped, dropping, cut, stdin, stdout, stream, streams, unix, utf8
License
ISC
Install
npm install bindrop@1.0.0

Documentation

bindrop

build status Version

A streaming binary cut tool, pipes stdin to stdout.

Byte-for-byte, simple, not UTF8 aware (thankfully).

Examples

// drop bytes 4:8, in 16 byte chunks
echo "whats in the box" | ./bindrop 4 8 16
> what the box