1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 14:55:24 +02:00
tldr/pages/common/hexedit.md

21 lines
346 B
Markdown
Raw Normal View History

# 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]}}`