>>>>> "chandana" == chandana ts <[EMAIL PROTECTED]> writes:

    chandana> Hi All, How can i set my keyboard so that i can use up
    chandana> arrow and down arrow (command navigation keys) to go to
    chandana> privious command and next command.It is specific to
    chandana> solaris sunblade 100 machine.

Maybe you should ask on a Solaris mailing list?

IAC, arrows work out of the box in tcsh.  In ksh you have to make
aliases something like (I don't remember the exact syntax):

alias ^P=^[[A
alias ^N=^[[B
alias ^L=^[[D
alias ^H=^[[C

It's documented in the ksh manual.

If you're using bash you don't need to do anything, and if you're
using vanilla sh or csh, bad luck.

-- Raju
-- 
Raju Mathur          [EMAIL PROTECTED]           http://kandalaya.org/
                     It is the mind that moves

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to