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

Recursive globbing with (*/)#



% 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