Originally posted by: SystemAdmin
Hi,
I'm using PuTTY to connect to AIX 7.1 server.
Backspace is working correctly in bash shell window, and when running shell script (i.e. I can remove characters from "Tester")
-
cat test.sh
echo "Enter name:"
read username
echo $username
-
./test.sh
Enter name:
Tester
Tester
#
But, when doing the same thing in screen, backspace effect is working, but the result is not displayed. I.e.
-
screen -S testing
-
./test.sh
Enter name:
Tester <---pressing backspace twice
Test
#
Any idea what settings I need to modify to make this work?
BR,
Timo
#AIX-Forum