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

Re: globbing for links in pathnames



On Feb 4,  6:27pm, Sweth Chandramouli wrote:
> Subject: Re: globbing for links in pathnames
> On Thu, Feb 04, 1999 at 03:36:10PM -0700, Steve Talley wrote:
> > [...]  Is there a way to only specify the
> > links (or non-links) in the glob?  Something like
> > 
> > % ls pkgs/*(@)/man
> 
> % ls $( ls -d test/*(@) )/man(/)

zsh% setopt globassign
zsh% x=*(@) eval 'ls $^x/man(/)'




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