From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3102 invoked by alias); 10 Jul 2010 17:43:22 -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: 15162 Received: (qmail 15911 invoked from network); 10 Jul 2010 17:43:20 -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 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=2tNVjApCt7bfef4Vt3acEzb427XVGY4X+nQIUBAWRmQ=; b=ABGPy3dkctiEg2LtJuCbv2YxlvFSwsff+YZlsgvxe4sXzKQgyRbr9/07AUG4BoXLRg pSjKs/s2tnuWnSzjgblEXkO/49wNgC59J04Um3GYTICoszVx2oX2q6DxDy5pGIs3XR+p 3+KFGv1sm+DKPYhxBbK2Mi6cug9vMjafW/xbU= 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=U6pFplF73jMV3txZ+MSAdEg7Qbest4wxw+e9PXKA7RtseaYFmd8xfbVPNuT12FCGc3 pkRGqgD8z02+gnfRCHduEGL0cxesV/3+WWQCCXcR9CIpgwbOfdRlF48PWbRCu7n7PTLK W+kcj8GGArFQ1GsmVu+Qc3qEi+MK+4Zzl5hhM= MIME-Version: 1.0 In-Reply-To: References: <20100709152718.df78ca73.tartifola@gmail.com> <20100709154246.2f2fe276.tartifola@gmail.com> From: =?ISO-8859-1?Q?J=E9r=E9mie_Roquet?= Date: Sat, 10 Jul 2010 19:42:56 +0200 Message-ID: Subject: Re: generate series of strings To: Bart Schaefer Cc: tartifola@gmail.com, zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 2010/7/10 Bart Schaefer : > 2010/7/9 J=E9r=E9mie Roquet : >> =A0paste <() <(seq 1 3 7) <(seq 3 3 9) <() -d '(:)' | tr '\n' ' ' > Hmm, for me that just chokes with > paste: -d: No such file or directory > I had to move the -d option to before the first <(). Maybe the paste version... I'm using GNU coreutils 7.4 But anyway, the man says "paste [OPTION]... [FILE]...", so it's better to put -d first ;-) --=20 J=E9r=E9mie