Subject: Re: CVS commit: basesrc/bin/ksh
To: Jan Schaumann <jschauma@netmeister.org>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-userlevel
Date: 09/27/2002 12:45:51
On Fri, 27 Sep 2002, Jan Schaumann wrote:

> Joerg Klemenz <joerg@gmx.net> wrote:
>
> > Just one thing: Our ksh has some highly annoying bugs and/or
> > non-features in interactive use mostly:
>
> What I'm missing is variable substitution.
>
> export FOO="Foo Bar Baz"
> echo ${FOO// /_}
>
> ksh93 seems to have this feature, pdksh does not.

That's nice, but does any of that work in "csh", the current default
root shell?

Frederick