[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

get rid of '^H' in oracle sqlplus



 
    
get rid of '^H' in oracle sqlplus
---------------------------------

[oracle@esker gas]$ cat ~/.bash_profile 
# .bash_profile

...
# get rid of '^H' in oracle sqlplus
stty erase '^H'
...

Google