日期:2014-05-16  浏览次数:20648 次

Linux Shell 相关设置命令
stty:如果你的Shell在编辑的时候出现一些你不想看到的字符,特别是“^”,此时,你可能就需要查一下stty了。stty:change and print terminal line setting.里面记载了你的终端设置。以下列举常用的几个设置:
引用
设置erase终端设置
stty erase ^h
清除erase及kill设置
stty ek