zsh-users
 help / color / mirror / code / Atom feed
From: "Lawrence Velázquez" <larryv@macports.org>
To: Ray Andrews <rayandrews@eastlink.ca>
Cc: zsh-users@zsh.org
Subject: Re: triviality with prompts
Date: Wed, 3 Dec 2014 16:16:50 -0500	[thread overview]
Message-ID: <E6FCA3EF-2C02-4943-96BE-21B25DBC715F@macports.org> (raw)
In-Reply-To: <547F385B.3070405@eastlink.ca>

On Dec 3, 2014, at 11:20 AM, Ray Andrews <rayandrews@eastlink.ca> wrote:

> Thanks, that's a nice summary.  It's especially nice of it to mention
> the $'foo' gotcha, which is ignored in other docs.  Just when I thought
> I knew what a single quote was :(

It's not really a gotcha; the dollar sign frequently has special meaning
in shell scripts. As a rule of thumb, you shouldn't ever assume that
a "$" is a literal.

> But the zshbuiltins page, under 'print' doesn't go into any detail about
> this $'foo' form.

zshmisc(1) says:

    A string enclosed between `$'' and `'' is processed the same way as
    the string arguments of the print builtin, and the resulting string
    is considered to be entirely quoted.

Which means you want to figure out how the print builtin treats its
string arguments, from zshbuiltins(1):

    With no flags or with the flag `-', the arguments are printed on the
    standard output as described by echo, with the following
    differences...

Then you probably also want to look up what echo does:

    Write each arg on the standard output, with a space separating each
    one. If the -n flag is not present, print a newline at the end. echo
    recognizes the following escape sequences...

vq


  parent reply	other threads:[~2014-12-03 21:16 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-03  0:17 Ray Andrews
2014-12-03  3:02 ` Bart Schaefer
2014-12-03  4:28   ` Ray Andrews
2014-12-03  4:38     ` Lawrence Velázquez
2014-12-03 16:20       ` Ray Andrews
2014-12-03 16:43         ` Roman Neuhauser
2014-12-03 17:10           ` Ray Andrews
2014-12-03 17:39             ` Roman Neuhauser
2014-12-03 21:14             ` Bart Schaefer
2014-12-03 23:14               ` Ray Andrews
2014-12-04  5:06                 ` Bart Schaefer
2014-12-04 18:42                   ` Ray Andrews
2014-12-06 21:28                     ` Bart Schaefer
2014-12-07  0:37                       ` Ray Andrews
2014-12-03 21:16         ` Lawrence Velázquez [this message]
2014-12-03 21:22         ` Bart Schaefer
2014-12-03 23:40           ` 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=E6FCA3EF-2C02-4943-96BE-21B25DBC715F@macports.org \
    --to=larryv@macports.org \
    --cc=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).