Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: list all except
- X-seq: zsh-users 8461
- From: Christian Schneider <strcat@xxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Re: list all except
- Date: Fri, 4 Feb 2005 17:16:40 +0100
- In-reply-to: <20050204113026.GA4217@xxxxxxxxxxxx>
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Born to frag.
- References: <20050204113026.GA4217@xxxxxxxxxxxx>
* Eric Smith <es@xxxxxxxxxxxx> typed:
> What is the zsh way to select all files except
> those matching a regex?
`^foo' matches anything except the pattern `foo' (require extendedglob).
See man zshexpn | less -p "Glob Operators" for more details.
--
/* Christian 'strcat' Schneider <strcat@xxxxxxx> */
float o=0.075,h=1.5,T,r,O,l,I;int _,L=80,s=3200;main(){for(;s%L||
(h-=o,T= -2),s;4 -(r=O*O)<(l=I*I)|++ _==L&&write(1,(--s%L?_<L?--_
%6:6:7)+"World! \n",1)&&(O=I=l=_=r=0,T+=o /2))O=I*2*O+h,I=l+T-r;}
Messages sorted by:
Reverse Date,
Date,
Thread,
Author