← 返回命令列表

Linux command

heh 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Open a file

heh [path/to/file]

说明

heh is a cross-platform terminal hex editor used for modifying file data at the byte level. It aims to replicate the visual style of hexyl while functionally acting as a terminal UI version of GHex. The editor supports viewing and editing in both hexadecimal and ASCII modes, with editing granularity down to the nibble (half-byte). The interface displays offset addresses, hex values, and ASCII representation side by side, with color-coded byte categories for easy identification of different data types.

FAQ

What is the heh command used for?

heh is a cross-platform terminal hex editor used for modifying file data at the byte level. It aims to replicate the visual style of hexyl while functionally acting as a terminal UI version of GHex. The editor supports viewing and editing in both hexadecimal and ASCII modes, with editing granularity down to the nibble (half-byte). The interface displays offset addresses, hex values, and ASCII representation side by side, with color-coded byte categories for easy identification of different data types.

How do I run a basic heh example?

Run `heh [path/to/file]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.