Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Passing parameters completely untouched
- X-seq: zsh-users 8785
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Passing parameters completely untouched
- Date: Fri, 06 May 2005 15:16:30 +0000
- In-reply-to: <h4sm71pl39i7ktlusndcbcab7g384aadfm@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <pf5l71lbqhok9gf9b4j606li2s77h848ij@xxxxxxx> <1050506040207.ZM31436@xxxxxxxxxxxxxxxxxxxxxxx> <42pm7152958l1t5lmgmm4jct5vs0ljqu03@xxxxxxx> <87k6mcqyum.fsf@xxxxxxxxxxxxxxxx> <h4sm71pl39i7ktlusndcbcab7g384aadfm@xxxxxxx>
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.
----------
Messages sorted by:
Reverse Date,
Date,
Thread,
Author