From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20680 invoked by alias); 4 Dec 2015 18:27:59 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 37313 Received: (qmail 3741 invoked from network); 4 Dec 2015 18:27:57 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=2HuYOnYR/1g5Dlq5Vi7K0pbyovNeB6VPuA7+TtViqiU=; b=XxuVwhERM6O2+xvtmYDbM8idDRjNrWvsbzN1JrWs1V/rIKf1hFALk+G7tKvoEFkSXd Jz8gOJKJxDhWCT/PTsLcRVdHTLzX66yQN/glkFiK6wgjN+T/cA9r8LlP1keM6fpWV2h/ M4f84+hXfr8rRP6uQzL4QD03tQScvDYIInhCo3/4sfjC/OX/xjTXO4lh1wxC2G+k4tg4 a3iCjv2ELi4u2zJ5B9dGttSovJFaU7p0GXgvikXdA3s5GBtBdHSCwN7NGgdd3yrH4SN0 zwir9gRUfnYelLYod0ekC/9+Umwjs0XuGWaCgBDuPvvbheG6gYRNMvrhsBmmpv5aHSrs JGHw== X-Received: by 10.25.7.6 with SMTP id 6mr7357425lfh.107.1449253674649; Fri, 04 Dec 2015 10:27:54 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <151204094331.ZM16171@torch.brasslantern.com> References: <151204094331.ZM16171@torch.brasslantern.com> From: Sebastian Gniazdowski Date: Fri, 4 Dec 2015 19:27:35 +0100 Message-ID: Subject: Re: Single-run while makes script fast To: Zsh hackers list Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 4 December 2015 at 18:43, Bart Schaefer wrot= e: > You should be able to get the same effect with "repeat 1" so as not > to need the loop-counter variable. Thanks for the tip, checked =E2=80=93 repeat 1 has the same benefits Best regards, Sebastian Gniazdowski