sharkdp / hexyl

A command-line hex viewer
Apache License 2.0
8.92k stars 227 forks source link

'skip' option #87

Closed Tarnadas closed 4 years ago

Tarnadas commented 4 years ago

I'd like to have an option to skip n bytes.

Examples:

hexyl --skip 0x20 Prints bytes from pos 0 to 0x20

hexyl --skip 0x50 --length 0x100 Prints bytes from pos 0x100 to 0x150

Tarnadas commented 4 years ago

sorry, it is obviously a duplicate of #16