Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
globbing on symlink target
- X-seq: zsh-users 23184
- From: Eitan Adler <lists@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: globbing on symlink target
- Date: Wed, 28 Feb 2018 10:42:15 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:from:date:message-id:subject:to; bh=L2tjEv+btjk2h7ihoa0i/1VZXt3h4GZXpXRQJa8/OAA=; b=fKwlGqZ4F0iOvPOTaj4OcCkrN5mOcUxUqoWz8MCl31dJrELdsD8yRNipxJYBwTii3y MbmmNOIL/FcOVMZ9ZdjI4Mmi4psVm7BvyOL2keBk44mBTlnzy0SMEOFAAe60EIcMCdWx ngKty+ynEhlhoR1xOvTNpoBfBP8qxOwsQKnS0=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Is it possible to glob on a symlink target rather than the symlink
name. For example I have several symlinks that *point to* filenames of
the form ABX.rb but themselves have no pattern to match on. I could
write a loop and use readlink but would prefer to use glob syntax for
interactive use.
--
Eitan Adler
Messages sorted by:
Reverse Date,
Date,
Thread,
Author