Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: OT: Bash 3.0 Released



Stephane Chazelas wrote:

> Interesting feature not in zsh (AFAIK) :
> 
> {a..d} for {a,b,c,d}

setopt braceccl
echo {a-d}

I'm not sure the bash syntax isn't better though...

Oliver



Messages sorted by: Reverse Date, Date, Thread, Author