Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Quoting problems
- X-seq: zsh-workers 37995
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: Quoting problems
- Date: Tue, 16 Feb 2016 11:11:04 +0100
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=RqQ4zeIa5HzYzZL47Lu+x7Qt/yOYSmIuhd2X94CgKBI=; b=0vltDlK5UIevemdTGJcPpJ9+mBQghP38Dr0eiUgy0Es70HZokJlaCsBblRcPSL0GFW mr/vLiqmJ5MCQPGCZssDZdrUWj+yTNN8o1KnQCOY7OLlqsz90kozz7BitYlzwQv7YlsB ln1pF6yo2IrGN9QzDgQCmtHmb87pMYcX7q4xUY77A1D7JTjidj6DEIgVFKMQqog538dP EmRsUKcLcX2FD4RunTH2eMc740LngnyWOF64ceWVu94b41DPh/T7vCTBUQEqjehEF/bv 81eSlBore8RutB0gb2XDbfQcZ4VqS1ZtyPRgz3EU4IbKeZSeuqGCTTfnavJdDC2Mqb4U wvAg==
- In-reply-to: <20160216093339.3d0f4d0a@pwslap01u.europe.root.pri>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVDKd1HWgausNPpqzsi0DK+CJp=+LC0tcEa0cDi-4BJmbQ@mail.gmail.com> <20160216093339.3d0f4d0a@pwslap01u.europe.root.pri>
On 16 February 2016 at 10:33, Peter Stephenson <p.stephenson@xxxxxxxxxxx> wrote:
> Looking at your code, I think you'll find this is because you're using
> echo without the option not to expand bacslashes. Try "echo -E" or
> "print -r". (I'd recommend "print" if this is zsh-specific as echo
> is mostly there for backward compatibility, although there's no reason
> it shouldn't work here.)
Thanks this helps. As for the echo, I go towards habit of using it
only for debug messages, still forget this sometimes
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author