From owner-freebsd-questions Wed Feb 17 1:28:51 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stephens.ml.org (cm2081634025.ponderosa.ispchannel.com [208.163.40.25]) by hub.freebsd.org (Postfix) with ESMTP id DD0211100B for ; Wed, 17 Feb 1999 01:28:49 -0800 (PST) (envelope-from tas@stephens.ml.org) Received: from stephens.ml.org (localhost.loc [127.0.0.1] (may be forged)) by stephens.ml.org (8.9.1/8.9.1) with ESMTP id JAA23681; Wed, 17 Feb 1999 09:28:41 GMT (envelope-from tas@stephens.ml.org) Message-Id: <199902170928.JAA23681@stephens.ml.org> To: Kent Stewart Cc: freebsd-questions@FreeBSD.ORG, Thomas Stephens From: Thomas Stephens Subject: Re: ksh93? In-reply-to: Your message of "Mon, 15 Feb 1999 21:42:23 PST." <36C9053F.4765E45A@3-cities.com> Date: Wed, 17 Feb 1999 01:28:41 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Stewart wrote: >I use ksh on FreeBSD for everything but root access. I like the file >completion option as that user. Are you using pdksh from the ports collection, or some other version? You can actually use file completion with ksh. In vi mode (set -o vi), type to go into command mode and then = and \ to list and complete, respectively. In emacs mode (set -o emacs) type = to list (the same as vi mode) and to complete. It's possible to change the keybindings if you want to use a different sequence (such as ) for completion, but there are differences between ksh93, pdksh, etc. Thomas Stephens tas@stephens.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message