zsh-users
 help / color / mirror / code / Atom feed
From: Ray Andrews <rayandrews@eastlink.ca>
To: Zsh Users <zsh-users@zsh.org>
Subject: preserving single quotes
Date: Tue, 27 Sep 2022 20:12:22 -0700	[thread overview]
Message-ID: <b1f88f62-0dba-92df-d09d-9025c6846551@eastlink.ca> (raw)

I've done this before but I can't remember the invocation.

    $ dd="echo howdy"

    $ ee=$($=dd); echo $ee
    howdy

    $ dd="aptitude search '?name(libreoffice-java-common)'"

    $ ee=$($=dd); echo $ee

    $ (no output)


... I have to be able to run the aptitude command with the single quotes 
intact.  I've tried every little trick that's worked before but I'm just 
not finding the magic.



             reply	other threads:[~2022-09-28  3:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-28  3:12 Ray Andrews [this message]
2022-09-28  9:10 ` Roman Perepelitsa
2022-09-28 10:00 ` Stephane Chazelas
2022-09-28 14:32   ` Ray Andrews
2022-09-28 18:49     ` Stephane Chazelas
2022-09-28 19:29       ` Ray Andrews

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=b1f88f62-0dba-92df-d09d-9025c6846551@eastlink.ca \
    --to=rayandrews@eastlink.ca \
    --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).