zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@sunsite.dk
Subject: Re: Passing parameters completely untouched
Date: Fri, 06 May 2005 15:16:30 +0000	[thread overview]
Message-ID: <1050506151630.ZM32054@candle.brasslantern.com> (raw)
In-Reply-To: <h4sm71pl39i7ktlusndcbcab7g384aadfm@4ax.com>

On May 6,  2:27pm, zzapper wrote:
}
} Thnx that works fine with echo -E
} 
} Funny the doc says that -E is default?!?
} 
} -E     disable interpretation of backslash escapes (default)

Are you perhaps reading the doc for Cygwin's /bin/echo?  The Zsh doc entry
for the echo builtin looks like this:

----------
echo [ -neE ] [ ARG ... ]
     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:

    \a
          bell character
    [...and so on for other escapes...]
    \UNNNNNNNN
          unicode character code in hexadecimal

     The -E flag, or the BSD_ECHO option, can be used to disable these
     escape sequences.  In the latter case, -e flag can be used to
     enable them.
----------


  reply	other threads:[~2005-05-06 15:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-05 22:02 zzapper
2005-05-06  4:02 ` Bart Schaefer
2005-05-06 12:36   ` zzapper
2005-05-06 13:16     ` Hannu Koivisto
2005-05-06 13:27       ` zzapper
2005-05-06 15:16         ` Bart Schaefer [this message]
2005-05-06 15:49           ` zzapper
2005-05-06 16:57             ` zzapper

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=1050506151630.ZM32054@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@sunsite.dk \
    /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).