Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: #c flag wrong behaviour
- X-seq: zsh-workers 24779
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: #c flag wrong behaviour
- Date: Sat, 29 Mar 2008 10:50:37 -0700
- In-reply-to: <20080329161300.GA19193@okita>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080329161300.GA19193@okita>
On Mar 29, 5:18pm, Anthony Charles wrote:
}
} Saito% print *.?(#c1,2)sh
} test.bash
} Saito% print *.?(#c1,)sh
} zsh: no matches found: *.?(#c1,)sh
} Saito% print *.?(#c1,)
} test.bash test.ksh test.zsh
} Saito%
}
} It seems that #c flag is too greedy. Am I wrong?
Those results do appear incorrect to me. Unfortunately I can't tell if
the problem is in the compilation of the pattern, or the execution. I
suspect the compilation because it doesn't parallel ## in the way I'd
expect, but I'm not very familiar with that part of the code.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author