Software >> OS >> Unix >> How to set the backspace key for current terminal

either # stty erase <press the backspace key> Bourne Shell ============ # stty erase ^H Korn Shell ========== # stty erase ^?