linux中解决出现:^H^H^H^H

解决出现:^H^H^H^H

把stty erase ^H 添加到.bash_profile中

vim /etc/profile
stty erase ^H

su root

source /etc/profile

参照:

https://blog.csdn.net/u013907239/article/details/74898123
原文地址:https://www.cnblogs.com/effortsing/p/10480974.html