From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from imr1.aus.deuba.com ([203.0.62.7]) by hawkwind.utcs.utoronto.ca with SMTP id <47841>; Mon, 3 Sep 2001 01:30:18 -0500 Received: from bmr1-e1.aus.deuba.com by imr1.aus.deuba.com id f835EEh01488; Mon, 3 Sep 2001 15:14:14 +1000 (EST) Received: from mailhost.aus.deuba.com [10.179.4.6] by bmr1-e1.aus.deuba.com id f835EE609808; Mon, 3 Sep 2001 15:14:14 +1000 (EST) Received: from merton.aus.deuba.com (merton.aus.deuba.com [10.179.88.22]) by mailhost.aus.deuba.com (8.9.1/8.9.1) with ESMTP id PAA20269; Mon, 3 Sep 2001 15:14:13 +1000 (EST) Received: (from callum@localhost) by merton.aus.deuba.com (8.11.2/8.11.2/SuSE Linux 8.11.1-0.5) id f835ECF12579; Mon, 3 Sep 2001 15:14:12 +1000 From: Callum Gibson Message-Id: <200109030514.f835ECF12579@merton.aus.deuba.com> Subject: Re: unix RC shell bug To: matt@proweb.co.uk Date: Mon, 3 Sep 2001 01:14:12 -0500 Cc: rc@hawkwind.utcs.toronto.edu In-Reply-To: <7126271516.20010901051116@proweb.co.uk> from "matt@proweb.co.uk" at Sep 01, 2001 12:11:16 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit matt@proweb.co.uk writes: }cpu% echo $"t }1 2 3 6 7 The list flattening operator is ^ not " in the unix rc. i.e. echo $^t This is mentioned in the INCOMPATIBILITIES section of the manpage. Don't know why this is the case, other than to avoid possible confusion with the meaning of " as a quote char in other unix shells, plus ^ is used as the concatenation operator anyway as in: ; echo (a b c)^(1 2 3) (c)2001 Callum Gibson callum.gibson@db.com Global Markets IT, Deutsche Bank, Australia 61 2 9258 1620 ### The opinions in this message are mine and not Deutsche's ###