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

Re: (alpha sequence missing in zsh) Re: FYI: BashDiff



On Tue, Oct 09, 2007 at 09:32:40AM +0200, Marc Chantreux wrote:
>
>> just a FYI, there's a patch set for Bash that implements numerous new
>> features, many of them are already in Zsh 
>
> It reminds me that i found a usefull feature in bash that is missing in 
> zsh:  {a..z} to gen an alpha sequence.
[...]

~$ setopt braceccl
~$ echo {a-z}
a b c d e f g h i j k l m n o p q r s t u v w x y z

-- 
Stéphane



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