if [ -t 0 ]
then
stty erase ^h
fi
Or add it to /etc/profile if you want to set the backspace key for all logins.
2/14/12
Set stty erase for Korn Shell
Set your backspace key as the stty erase key for Korn Shell in Linux by adding the following to your $HOME/.profile:
Subscribe to:
Posts (Atom)
Quick HTTP to HTTPS - Apache2
There are several methods for redirecting your Apache-based website visitors who might type your servers URL using the plain (non-secure) HT...
-
This is to resolve auditd warning asking to specify an arch type for syscall events Sample auditd warning message: WARNING - 32/64 bit s...
-
Problem: RPM package removal error msg "Error: ... Specifies Multiple Packages" Solution: Run rpm -ev with the --allmatches opti...
-
I got a VBE6EXT.OLB could not be loaded error when I wanted to install this really great tool-set for Excel that I've been using for ye...