Thursday, November 22, 2007

removing annonying issues over telnet/rlogin/sqlplus

You can use stty command to map a unmapped key to a action using stty. For example,
stty erase ^H

Maps backspace to erase action. in the same way you can also assign actions for other keys and it should work. Checkout man page of stty for more information. :)

No comments: