Index of Section 1 Manual Pages
| Interix / SUA | shed.1 | Interix / SUA |
shed(1) shed(1)
NAME
shed (Simple Hex EDitor)
SYNOPSIS
shed FILE
DESCRIPTION
A simple hex editor with a pico-style interface.
Each line of the shed display represents one byte of the
file. Each lines consists of the offset of that byte from
the start of the file, the ascii value of the byte, and
then the byte's value in various bases. All values are
unsigned.
When a command (except search) asks you for input, enter-
ing a zero-length string will cancel the command. When
searching, entering a zero-length string will use the pre-
vious search word, if one exists.
Note that there is no save key. This is because the file
is not loaded into memory, so when you edit it the change
is made directly to disk.
OPTIONS
-h / --help
show help and exit
-v / --version
show version and exit
AUTHOR
Alex Sisson (alexs@cyberspace.org)
HOMEPAGE
Check for updates at http://shed.sourceforge.net
shed-1.10 2003-01-29 shed(1)