Files
cheatsheet-tldr/tldr/hexedit
2025-06-27 00:20:53 +00:00

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