Dumps a file partially to stdout.
Go to file
Michael Krayer e724e21f9e initial commit 2021-02-16 17:35:07 +01:00
src initial commit 2021-02-16 17:35:07 +01:00
README.md initial commit 2021-02-16 17:35:07 +01:00
build initial commit 2021-02-16 17:35:07 +01:00

README.md

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)