partialdump/README.md

11 lines
295 B
Markdown

patialdump
---
Extracts a given number of bytes from a file at a given offset.
Usage:
```bash
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)
```