stty erase ^H on Linux
10438Jun 8 2005 — edited Jun 18 2005Hello All,
What is the alternative of below script on Linux (SUSE Linux Enterprise Server 8)?
#Start infinite loop . . . exit in Q/q
stty erase ^H
while :
do
export TERM=vt100
tput clear
trap `echo " ..."` 2 3
cat <<++
I have used succefully this above code in my menu.ksh scrit on Sun box.
This is written on the top my menu.ksh script.
I can use whole menu.ksh on SuSE linux box.
But I am not able to use backspace from key board to delete any thing.
Regards,
D