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

Re: The amazing array feature in zsh



> 
> It gets better ... recent versions of zsh can do
> this:
> 
>     for svncode svnfile in $(svn stat $1)
>     do
>       case $svncode in
>       (M) files+=($svnfile);;
>       esac
>     done
> 
yeah, thanks, this part is really good... 

regards,
sac.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



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