stty [-a] [options] -a : すべてのオプションの設定状況を表示
stty
stty -a
stty erase ^e
erase : 文字の削除(通常,「 # 」) kill : 行削除(通常,「 @ 」) intr : コマンドの中断(通常,「 del 」) eof : ファイルの終了(通常、「 ^d 」)
stty erase \@
stty ek