mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 07:15:24 +02:00
hexedit: add page (#16965)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
parent
666907751d
commit
63680bffee
1 changed files with 20 additions and 0 deletions
20
pages/common/hexedit.md
Normal file
20
pages/common/hexedit.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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]}}`
|
Loading…
Add table
Reference in a new issue