[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: /bin/sh as an alternative



On Fri, Jan 16, 1998 at 06:59:58PM +0000, James Troup wrote:

> > A quick check shows that ksh also does brace expansion, but (pd)ksh
> > doesn't.
> 
> 19:58:30@hades| ~/temp $ksh
> $echo {foo,blah}
> foo blah
> $

Yes, I think Adrian got them the wrong way round. pdksh does; AT+T ksh
doesn't:

	club:~>ksh
	$ echo {foo,bar}
	{foo,bar}


Reply to: