zsh-workers
 help / color / mirror / code / Atom feed
* history expansion - modifiers :h and :t - questions
@ 2023-10-24 19:23 Jim
  2023-10-24 21:56 ` Bart Schaefer
  0 siblings, 1 reply; 5+ messages in thread
From: Jim @ 2023-10-24 19:23 UTC (permalink / raw)
  To: devs

[-- Attachment #1: Type: text/plain, Size: 1159 bytes --]

Hi everyone,

Maybe this has been discussed before and I haven't found it.  If so, sorry
for the noise.
The man page talks about using :h and I assume by extension :t, in parameter
substitution. If so I was wondering why "digits" doesn't support  a
parameter for the
number(s) following :h or :t? This would be useful in scripting.

print ${DirPath:h$N}
                  ^ does not work


Error message:  "zsh: unrecognized modifier"

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? This isn't
what
currently happens. Did I miss something in the man page or basics of zsh I
don't
understand?

Thanks for listening.  Again, sorry if this is just noise.

Example of current output for :h and :t

TestPath=/dirlev2/dirlev3/dirlev4

:h  /dirlev2/dirlev3
:h0 /dirlev2/dirlev3                  0 and 1, not the same
:h1 /
:h2 /dirlev2
:h3 /dirlev2/dirlev3
:h4 /dirlev2/dirlev3/dirlev4

:t  dirlev4
:t0 dirlev4                       0 and 1, the same
:t1 dirlev4
:t2 dirlev3/dirlev4
:t3 dirlev2/dirlev3/dirlev4
:t4 /dirlev2/dirlev3/dirlev4

Regards,

Jim Murphy

[-- Attachment #2: Type: text/html, Size: 2137 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-10-31 19:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-24 19:23 history expansion - modifiers :h and :t - questions Jim
2023-10-24 21:56 ` Bart Schaefer
2023-10-24 23:24   ` Jim
2023-10-31 19:21     ` Jim
2023-10-26  6:33   ` Stephane Chazelas

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).