edhex
A hex editor that works vaguely like ed

Usage
edhex <filename>
echo '0,$' |edhex -q <filename>
Differences from ed
- Not every
edcommand is implemented - The prompt
*is printed by default. - Uses byte numbers instead of line numbers.
- There's a width setting
Wfor printing out. - Byte numbers start from 0.
- a, b, c, d, e, f can't be commands because they could be numbers.