Subject: Re: command-line editing and "standard" shells....
To: Mason Loring Bliss <mason@acheron.middleboro.ma.us>
From: Brian Baird <brb@brig.com>
List: current-users
Date: 03/19/1999 18:05:33
> >    Brace Expansion (alternation)
> >        Brace expressions, which take the form
> >               prefix{str1,...,strN}suffix
> 
> Oddly, this doesn't work for me in ksh. Is this working for other folks?

$ echo a{b,c}d
a{b,c}d
$ set -o braceexpand
$ echo a{b,c}d
abd acd

-- 
Brian Baird				Brig Systems, Pleasanton CA
brb@brig.com				+1 925 484 2457