(1)在命令行 按ESC两次,是补全?
(2)which command,查看命令的绝对路径。
(3)使用Backspace 键,删除字符(原文连接http://www.seismo.ethz.ch/linux/backspace.html)。
if test $TERM = xterm ; then # this is for the new Konsole
export TERM=vt220
stty erase ^? # ^? *not* made with: cntl-v backspace ; just enter: ^?
fi