Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Single-run while makes script fast
- X-seq: zsh-workers 37313
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Single-run while makes script fast
- Date: Fri, 4 Dec 2015 19:27:35 +0100
- 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==
- In-reply-to: <151204094331.ZM16171@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVAoYEZCJvpw-CF5=cbiZSeg3uO8FaJD2Ee6CkL71R+h4Q@mail.gmail.com> <151204094331.ZM16171@torch.brasslantern.com>
On 4 December 2015 at 18:43, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> 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 – repeat 1 has the same benefits
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author