Make Arrow and delete keys work in Korn shell Command line
        Posted  
        
            by user66854
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user66854
        
        
        
        Published on 2009-10-26T05:40:02Z
        Indexed on 
            2010/04/25
            6:13 UTC
        
        
        Read the original article
        Hit count: 285
        
Hi all,
I am new to unix and am using sun solaris (v10 i think) . I have my shell set as korn shell . i am wondering how to make the arrow keys and delete key work in the command line . I have done set -o emacs and the backspace works , but not the arrow keys and the delete keys . Also is it possible to set the up and down arrow key to cycle through the command line history ? .
any help is appreciated .
© Stack Overflow or respective owner