From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IlIUd-0001v8-1w for garchives@archives.gentoo.org; Fri, 26 Oct 2007 06:16:27 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.1/8.14.0) with SMTP id l9Q6FY3x012093; Fri, 26 Oct 2007 06:15:34 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by robin.gentoo.org (8.14.1/8.14.0) with ESMTP id l9Q6DTgf009521 for ; Fri, 26 Oct 2007 06:13:29 GMT Received: by nf-out-0910.google.com with SMTP id f5so718636nfh for ; Thu, 25 Oct 2007 23:13:29 -0700 (PDT) Received: by 10.78.157.19 with SMTP id f19mr1923127hue.1193379208666; Thu, 25 Oct 2007 23:13:28 -0700 (PDT) Received: by 10.78.21.9 with HTTP; Thu, 25 Oct 2007 23:13:28 -0700 (PDT) Message-ID: Date: Thu, 25 Oct 2007 23:13:28 -0700 From: "Alec Warner" Sender: antarus@scriptkitty.com To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Opinions Wanted - Arrays again :) In-Reply-To: <1193326831.4245.16.camel@uberlaptop.marples.name> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1193326831.4245.16.camel@uberlaptop.marples.name> X-Google-Sender-Auth: 7ea7f22a1c39bf34 X-Archives-Salt: f9a8285f-78b5-4150-8a59-efca90a3e912 X-Archives-Hash: 74dcb0e3e3b0e2ae7175a98789060361 On 10/25/07, Roy Marples wrote: > Hello List > > It's your favourite posix shell lover here, asking for your honest > opinions. > > array="1.2.3.4 netmask 5.6.7.8; > \* > 'host.name' netmask 1.2.3.4 > -I 'option; $FOO with spaces' > " > > array=("1.2.3.4 netmask 5.6.7.8;" > "\*" > "'host.name' netmask 1.2.3.4" > "-I 'option; $FOO with spaces'" > ) > > array="'1.2.3.4 netmask 5.6.7.8;' \ > '\*' \ > \"'host.name' netmask 1.2.3.4\" \ > \"-I 'option; $FOO with spaces'\" > " > Can I vote for none of the above? :) 1 > * -- gentoo-dev@gentoo.org mailing list