From: zrzm0370@helpdesk.rus.uni-stuttgart.de (Joerg Scheurich) Subject: Re: ksh has no 'up arrow' command recall Date: 8 Mar 1993 10:18:17 GMT
In article <1993Mar7.055707.8111@victrola.sea.wa.us> vince@victrola.sea.wa.us (Vince Skahan) writes:
>
>I've switched to the ksh to stop the core dump problem
>with bash and the 4.3 libs (yes, I know about the fix
>but I'm waiting for SLS to roll it in) and noticed that
>there's no "up arrow" command history recall in it.
For cursorkey editing in ksh in general you need something like this in
your .kshrc
# .kshrc
set -o emacs
alias __A=""
alias __B=""
alias __C=""
alias __D=""
(The control characters (^) should be binarys (e.g ^B should be sight as
02 in a hexdump))
Where to get ksh for linux ?
so long
MUFTI