Subject: Re: Command line editing in ksh
To: Tony Houghton <tonyh@tcp.co.uk>
From: Neil A. Carson <neil@causality.com>
List: port-arm32
Date: 03/20/1998 00:01:35
This is a multi-part message in MIME format.
--------------C4A874A4D42B35732011AD5D
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Tony Houghton wrote:
> 
> I heard that ksh and even Bourne sh can do bash-style command-line
> editing. How can I set this up, or would I be better off running bash
> anyway (on 1.3 release)?

with sh, you can do
	set -o emacs
or
	set -o vi
for different editing modes. Bash might be worth running anyway for user
accounts, although we prefer tcsh.
--------------C4A874A4D42B35732011AD5D
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Neil A. Carson
Content-Disposition: attachment; filename="vcard.vcf"

begin:          vcard
fn:             Neil A. Carson
n:              Carson;Neil A.
email;internet: neil@causality.com
x-mozilla-cpt:  ;0
x-mozilla-html: FALSE
version:        2.1
end:            vcard


--------------C4A874A4D42B35732011AD5D--