Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Recursive globbing with (*/)#
- X-seq: zsh-users 16034
- From: Omari Norman <omari@xxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Recursive globbing with (*/)#
- Date: Mon, 16 May 2011 22:37:28 -0400
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
% touch bar
% print -l (*/)#bar
zsh: bad pattern: (*/)#bar
% print -l **/bar
bar
zshexpn under "Recursive Globbing" says that the (*/)#bar form should be
identical. Starting zsh with -f (maybe I had strange options?) had no
effect. This is zsh 4.3.10 on Debian. Ideas? Thanks. --Omari
Messages sorted by:
Reverse Date,
Date,
Thread,
Author