zsh-users
 help / color / mirror / code / Atom feed
From: Roman Neuhauser <neuhauser@sigpipe.cz>
To: Zach Riggle <zachriggle@gmail.com>
Cc: Zsh Users <zsh-users@zsh.org>
Subject: Re: Silly question on :h and = expansion
Date: Tue, 17 Aug 2021 23:35:22 +0200	[thread overview]
Message-ID: <YRwrmlzbKMv8vVAE@isis.sigpipe.cz> (raw)
In-Reply-To: <CAH+w=7bCUUEaEEGziJcVvYz4semOPskVngCCKnsLU=OMK6Sacg@mail.gmail.com>

# schaefer@brasslantern.com / 2021-08-17 10:59:19 -0700:
> On Tue, Aug 17, 2021 at 10:39 AM Zach Riggle <zachriggle@gmail.com> wrote:
> >
> > I was hoping there was a way to combine the "=" and ":h" expansion
> 
> cd ${$(<<<=foo):h}

also

* cd ${${:-=dram}:h}
* cd ${${:-dram}:c:h}

the first one is one character shorter than Bart's version. ;)

btw how long has :c been there?  i only noticed it a few weeks ago.

-- 
roman


  reply	other threads:[~2021-08-17 21:35 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 [this message]
2021-08-17 21:49     ` Bart Schaefer
2021-08-17 23:27       ` Zach Riggle
2021-08-18  0:12         ` Bart Schaefer
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=YRwrmlzbKMv8vVAE@isis.sigpipe.cz \
    --to=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).