From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12665 invoked by alias); 9 Jul 2010 20:33:48 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15152 Received: (qmail 29934 invoked from network); 9 Jul 2010 20:33:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.82.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=oYWBYYvUo5RNsq0frN6/vzMgqgm5Zj15idLuSkI97PU=; b=tgmoN/j7MtJ504HEVnx0gaUQtL5I6BxfDTiLaffRwqBRybYKKdn/f8sY4O28HgWjiC d/gxXEC/CGeGBmQ+3Ro1qfeh6AgK3rPih5hGdmFveffnJIojmAczqtF5YYMpqYDnz2pz wqFMzDdleA2nnTfOHfzPPC0p4KWMpWkm6Fov8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=xwPjKo1QwFCjDAfxx8wB1mtyo7yHLr93aJW3HG84UlSuBnlobH+eCNXvCUKqkOIQTm qinED11zwcrHkVj5LI0LP3De/H4+CGb3UoSuH4CmpA2IAuvZSFPCiDVUbkMOFPnVLaBC jYnoRlm6OFTKvv9/2nuxZnikMTccF0MsbTtYo= MIME-Version: 1.0 In-Reply-To: <20100709154246.2f2fe276.tartifola@gmail.com> References: <20100709152718.df78ca73.tartifola@gmail.com> <20100709154246.2f2fe276.tartifola@gmail.com> From: =?ISO-8859-1?Q?J=E9r=E9mie_Roquet?= Date: Fri, 9 Jul 2010 22:26:17 +0200 Message-ID: Subject: Re: generate series of strings To: tartifola@gmail.com Cc: zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, 2010/7/9 : > Just a curiosity, any possible solution without a loop for? Sure: paste <() <(seq 1 3 7) <(seq 3 3 9) <() -d '(:)' | tr '\n' ' ' Best regards, --=20 J=E9r=E9mie