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

Re: list all except



* 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