shed (a simple console hex editor) Shed is a hex editor written for unix/linux using ncurses, with a friendly pico-style interface. Shows data in ascii, hex, dec, oct and binary, and allows editing in all of these bases. Features also include searching and dumping. NOTE: 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. There is no "undo" or "restore" function. You should make backup copies of your files before editing them. Also, editing block devices with shed is a *terrible* idea!