mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
439 B
Plaintext
26 lines
439 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# hexedit
|
|
|
|
> File editor for hexadecimal and ASCII content.
|
|
> More information: <https://manned.org/hexedit>.
|
|
|
|
- Open file:
|
|
|
|
`hexedit {{path/to/file}}`
|
|
|
|
- Display file with sectors:
|
|
|
|
`hexedit {{[-s|--sector]}} {{path/to/file}}`
|
|
|
|
- Maximize file display:
|
|
|
|
`hexedit {{[-m|--maximize]}} {{path/to/file}}`
|
|
|
|
- Display help:
|
|
|
|
`hexedit {{[-h|--help]}}`
|