Sean's Blog
A place where I record bits and pieces :)
Monday, August 3, 2020
SQLPlus Backspace in Linux
To able to use only the backspace button to erase characters in sqlplus,
you basically need to add:
stty erase ^H
in your .bash_profile
‹
›
Home
View web version