sharkdp / hexyl

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

Add skip #85

Closed seeplusplus closed 4 years ago

seeplusplus commented 4 years ago

Pass -s to skip printing the first OFFSET bytes of a file.

seeplusplus commented 4 years ago

Didn't realize that this is effectively accomplished by #75, so I'm closing this PR.