zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.w.stephenson@ntlworld.com>
To: Ronald Fischer <ynnor@mm.st>, zsh-workers@zsh.org
Subject: Re: Bug related to single-quoting a String
Date: Wed, 8 Apr 2020 11:45:55 +0100 (BST)	[thread overview]
Message-ID: <1699906240.4127800.1586342755731@mail2.virginmedia.com> (raw)
In-Reply-To: <f7822f89-5496-48ab-aad4-78b8d27e1229@www.fastmail.com>

> On 08 April 2020 at 11:39 Ronald Fischer <ynnor@mm.st> wrote:
> What I want to report can be a bugh either in the documentaion
> (man-page) or in the implementation, depending on which one is correct.
> 
> I am running Zsh 5.5.1 for Cygwin (which seems to be the most recent one available for this platform).
> 
> In the man-page, it says in the chapter about single-quoting a string:
> 
>     A literal ' character can be included in the string by using the \' escape.
> 
> Taken this at face value, the following should work:
> 
>     echo 'a$b\'c'

I believe you're looking at the documentation for the $'...' style of quoting.  So you can do

echo $'a$b\'c'

This style allows a bit more interpolation than ordinary single quotes.

pws

  parent reply	other threads:[~2020-04-08 10:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08 10:39 Ronald Fischer
2020-04-08 10:45 ` Roman Perepelitsa
2020-04-08 10:52   ` Ronald Fischer
2020-04-08 10:45 ` Peter Stephenson [this message]
2020-04-08 10:55   ` Ronald Fischer
2020-04-08 11:00     ` Roman Perepelitsa

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=1699906240.4127800.1586342755731@mail2.virginmedia.com \
    --to=p.w.stephenson@ntlworld.com \
    --cc=ynnor@mm.st \
    --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).