zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.stephenson@samsung.com>
To: Zsh-Users List <zsh-users@zsh.org>
Subject: Re: variable expansion inside string
Date: Tue, 30 Jul 2019 15:15:30 +0100	[thread overview]
Message-ID: <1564496130.5815.9.camel@samsung.com> (raw)
In-Reply-To: <CAP+y1xBYuRoak6C07rP__sy6ycm2UF_SdChAH4_YvHCkGjGMEQ@mail.gmail.com>

So really what you're trying to do is: given a variable "a" containing
exactly the literal characters

*$file*

(however they got there) expand any variable references, but nothing
else.

The nearest I can think of is:

print -r -- "${(e):-$a}"

That won't be limited to just variables, it'll do other sorts
of expansion, but it won't do globbing, and you don't have the
hairiness of an "eval".

pws


  reply	other threads:[~2019-07-30 14:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20190730123021epcas1p21671587b575bd82a2512bcb1fa091563@epcas1p2.samsung.com>
2019-07-30 12:28 ` Pier Paolo Grassi
2019-07-30 13:18   ` Peter Stephenson
2019-07-30 14:02     ` Pier Paolo Grassi
2019-07-30 14:15       ` Peter Stephenson [this message]
2019-07-30 14:23         ` Peter Stephenson
2019-07-30 14:55           ` Pier Paolo Grassi

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=1564496130.5815.9.camel@samsung.com \
    --to=p.stephenson@samsung.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).