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

*(@)/subdir expansion



I'm suprised to find that this expansion doesn't work for me:

% ls *(@)/dry
zsh: no matches found: *(@)/dry
% ls -l
total 4
lrwxrwxrwx    1 adi      users           3 Jun  7 17:38 a -> bar/
lrwxrwxrwx    1 adi      users           3 Jun  7 17:38 b -> bar/
drwxr-xr-x    5 adi      users        4096 Jun  7 17:39 bar/
% ls -l bar/*
bar:
total 12
drwxr-xr-x    2 adi      users        4096 Jun  7 17:39 dry/
drwxr-xr-x    2 adi      users        4096 Jun  7 17:39 tiki/
drwxr-xr-x    2 adi      users        4096 Jun  7 17:38 wet/

bar/dry:
total 0
-rw-r--r--    1 adi      users           0 Jun  7 17:39 gin

bar/tiki:
total 0

bar/wet:
total 0

I'm using 4.0.7 on Fedora Core 1 and Debian Unstable.

Am I doing something wrong, is this expected behavior, or is it a bug?

-andy



Messages sorted by: Reverse Date, Date, Thread, Author