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?
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?
From:
man stty
:This means that ^H (Ctrl-H) will be configured as control sequence to eliminate the last typed character.
Please correct if I'm wrong on below one:
stty erase ^? vs stty erase ^H vs stty erase