docker容器中解决出现:^H^H^H^H

docker容器中解决出现:^H^H^H^H

环境:docker容器是debain系统

解决:

把stty erase ^H 添加到.bash_profile中

vim /etc/profile
stty erase ^H

su root

source /etc/profile


参照:


https://blog.csdn.net/u013907239/article/details/74898123

 

posted @ 2019-03-06 01:30  effortsing  阅读(592)  评论(0编辑  收藏  举报