partialdump/README.md

295 B

patialdump

Extracts a given number of bytes from a file at a given offset.

Usage:

partialdump [-j nbytes] [-N nbytes] file
 -j nbytes           number of bytes to skip from the beginning of file (default: 0)
 -N nbytes           number of bytes to read (default: -1, until EOF)