[rescue] ksh q...
Mike Meredith
rescue at sunhelp.org
Fri Sep 14 14:02:08 CDT 2001
On Friday 14 September 2001 19:21, you wrote:
> Somewhat rescue-related...
>
> under OpenBSD, the ksh shell will expand a path for you when you
> press TAB. Eg, if the path is /usr/sbin/local , I might type /usr/sb
> TAB loc TAB and the shell will expand the rest on each TAB.
>
> How do I turn this feature on in other ksh's such as those found on
> IRIX and Sol8 boxen?
set -o emacs
The relevant key under ksh is Esc, although I suspect that's
changeable. If you need the magic incantation to get the arrow keys to
work, let me know.
More information about the rescue
mailing list