commands.sh

hexedit

all

File editor for hexadecimal and ASCII content.

More info →

Options (3)

-s, --sectorboolean

Display file with sectors

Example: hexedit {{[-s|--sector]}} {{path/to/file}}
-m, --maximizeboolean

Maximize file display

Example: hexedit {{[-m|--maximize]}} {{path/to/file}}
-h, --helpboolean

Display help

Example: hexedit {{[-h|--help]}}

Examples (4)

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]
made by @shridhargupta | data from tldr-pages