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

 

相关文章:

  • 2021-04-15
  • 2022-01-12
  • 2021-08-27
  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
  • 2021-10-25
  • 2021-10-12
  • 2022-01-08
相关资源
相似解决方案