Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: globbing for links in pathnames
- X-seq: zsh-users 2094
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: Re: globbing for links in pathnames
- Date: Thu, 4 Feb 1999 16:56:00 -0800
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