Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: The amazing array feature in zsh
- X-seq: zsh-users 10614
- From: sac <sac_urs@xxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, Zsh users list <zsh-users@xxxxxxxxxx>
- Subject: Re: The amazing array feature in zsh
- Date: Wed, 16 Aug 2006 03:07:54 -0700 (PDT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=UxCBM7g22M990GHTfWYYXPC6RfrmgRm9e2TQQKKM7Jd7tVa1dW1yf4Sl93ePFC+LYdlCy4A7AW8U67I6562xvMD2gym8qPWi7AlnSEdJ1vJ1mHlPtHUBagDclr3NowuDwbI7xlR8MI34qzclpD9eit9btau8SMG6PDlUwy/M09s= ;
- In-reply-to: <060816001207.ZM9564@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
>
> 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