zsh-workers
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: linuxtechguy@gmail.com
Cc: devs <zsh-workers@zsh.org>
Subject: Re: history expansion - modifiers :h and :t - questions
Date: Tue, 24 Oct 2023 14:56:39 -0700	[thread overview]
Message-ID: <CAH+w=7abgtoie5hkC5Be1yqxhAsR+qA3eMPFxEjaVNHq9=tnaA@mail.gmail.com> (raw)
In-Reply-To: <CA+rB6GLfDhjcakJNN4ZTDPndbenyN+3GohP5gcdbw2oX9-x9cg@mail.gmail.com>

On Tue, Oct 24, 2023 at 12:23 PM Jim <linux.tech.guy@gmail.com> wrote:
>
> print ${DirPath:h$N}
>                   ^ does not work
> Error message:  "zsh: unrecognized modifier"

Yes ... "$" is not a digit.  Parameters are not expanded here.

You can get around this with ${(e):-\${DirPath:h$N}}

> I'm not sure if the following is an inconsistency or not.  Man page for :t states that
> 0(zero) is treated the same as 1. Should this also apply to :h?

The documentation for :t is being a bit too literal.  More accurate
would be to say that 0 is always the same as having no digit at all.
In the case of :t counting from right to left :1 is also the same as
no digit at all, but for :h counting from left to right that's not the
case.


  reply	other threads:[~2023-10-24 21:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-24 19:23 Jim
2023-10-24 21:56 ` Bart Schaefer [this message]
2023-10-24 23:24   ` Jim
2023-10-31 19:21     ` Jim
2023-10-26  6:33   ` Stephane Chazelas

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=7abgtoie5hkC5Be1yqxhAsR+qA3eMPFxEjaVNHq9=tnaA@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=linuxtechguy@gmail.com \
    --cc=zsh-workers@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).