zsh-users
 help / color / mirror / code / Atom feed
* POSIX compliance of shells - where to ask/talk about it?
@ 2002-07-25 20:17 Ian Lynagh
  2002-07-26 18:12 ` Andreas Schwab
  2002-07-30 11:17 ` Peter Stephenson
  0 siblings, 2 replies; 5+ messages in thread
From: Ian Lynagh @ 2002-07-25 20:17 UTC (permalink / raw)
  To: zsh-users, bug-bash


Hi all,

Where should one ask/talk about POSIX shell compliance (looking for a
mailing list probably)?

I am reading the standard at
http://www.opengroup.org/onlinepubs/007904975/utilities/xcu_chap02.html
and finding it very imprecise - disappointingly so (am I looking in the
wrong place?). I am therefore looking to implementations to clarify the
standard, but with things like this (all shells invoked as sh, bash
given --posix):

printf "%s\n" `echo '\\\\\\\\\\\\\\\\'`
printf "%s\n" "`echo '\\\\\\\\\\\\\\\\'`"

Using shells/ash:
\\\\
\\\\

Using shells/bash:
\\\\\\\\
\\\\\\\\

Using shells/zsh:
\\\\
\\\\\\\\

it is not really helping...


% zsh --version
zsh 4.0.4 (i686-pc-linux-gnu)
% bash --version
GNU bash, version 2.04.0(1)-release (i386-pc-linux-gnu)
Copyright 1999 Free Software Foundation, Inc.
% dpkg -l ash bash zsh
ii  ash            0.3.8-37       NetBSD /bin/sh
ii  bash           2.04-9         The GNU Bourne Again SHell
ii  zsh            4.0.4-31       A shell with lots of features.


Thanks
Ian


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-07-30 12:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-25 20:17 POSIX compliance of shells - where to ask/talk about it? Ian Lynagh
2002-07-26 18:12 ` Andreas Schwab
2002-07-30 11:17 ` Peter Stephenson
2002-07-30 12:06   ` Oliver Kiddle
2002-07-30 12:48     ` Peter Stephenson

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).