Probably a newby's question - I saw the command stty erase ^H in one of our log-in script and wanted to know what it does.
Does it work on TCSH? or is it only applicable to KSH?
|
feedback
|
|
From:
This means that ^H (Ctrl-H) will be configured as control sequence to eliminate the last typed character. | |||||||||||||
feedback
|