zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zach Riggle <zachriggle@gmail.com>
Cc: Roman Neuhauser <neuhauser@sigpipe.cz>, Zsh Users <zsh-users@zsh.org>
Subject: Re: Silly question on :h and = expansion
Date: Tue, 17 Aug 2021 17:12:39 -0700	[thread overview]
Message-ID: <CAH+w=7a0mQ9xDXvE2QAVdt8FV9FLtziU4csAwWXSgESDyQbFZw@mail.gmail.com> (raw)
In-Reply-To: <CAMP9c5mnGHC4tbtLnx6-3tGho6-xEPrmZsr_ntymZg2vqYcP6g@mail.gmail.com>

On Tue, Aug 17, 2021 at 4:27 PM Zach Riggle <zachriggle@gmail.com> wrote:
>
> Awesome!!! These are all wonderful.  "=foo(:h)" is the most concise
> way I see, and fits with my style.

It might be worth noting:  That formulation only works in contexts
where globbing is done, so not e.g. in conditionals.

% [[ -f =zsh ]] && echo yes
yes
% [[ -d =zsh(:h) ]] && echo yes || echo no
no
% [[ -d ${${:-=zsh}:h} ]] && echo yes || echo no
yes


  reply	other threads:[~2021-08-18  0:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-17 17:39 Zach Riggle
2021-08-17 17:59 ` Bart Schaefer
2021-08-17 21:35   ` Roman Neuhauser
2021-08-17 21:49     ` Bart Schaefer
2021-08-17 23:27       ` Zach Riggle
2021-08-18  0:12         ` Bart Schaefer [this message]
2021-08-18  2:55           ` Mikael Magnusson
2021-08-18  3:25             ` Bart Schaefer
2021-08-17 21:31 ` Paul
2021-08-17 21:39   ` Roman Neuhauser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH+w=7a0mQ9xDXvE2QAVdt8FV9FLtziU4csAwWXSgESDyQbFZw@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=neuhauser@sigpipe.cz \
    --cc=zachriggle@gmail.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).