zsh-users
 help / color / mirror / code / Atom feed
From: Marc Chantreux <eiro@phear.org>
To: Bart Schaefer <schaefer@brasslantern.com>
Cc: Zsh Users <zsh-users@zsh.org>
Subject: Re: dangerous behavior of while in zsh 5.6 ?
Date: Wed, 3 Oct 2018 23:06:14 +0200	[thread overview]
Message-ID: <20181003210614.GA32575@prometheus.u-strasbg.fr> (raw)
In-Reply-To: <CAH+w=7adyJUKgfCQz6yzEMUDMyqEi-B+akhi0Py4R37C-y82YQ@mail.gmail.com>

hello,

    repeat 2 print $[i++]
    while ((i--))
        print $i

> >     {   repeat 2 print $[i++]
> >         while (( i-- )) print $i
> >     } |sed 10 | xargs

> This shows a critical missing bit of detail from your original
> message:  The while loop is inside a { } expression.

the way i wrote it was only to demonstrate but this is another example:

    # grep -n . /tmp/a.zsh
    1:repeat 2 print $[i++]
    2:while ((i--))
    3:    print $i
    # zsh /tmp/a.zsh | sed 10q
    0
    1
    1
    0
    -1
    -2
    -3
    -4
    -5
    -6

regards
marc

      reply	other threads:[~2018-10-03 21:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-03 14:38 Marc Chantreux
2018-10-03 15:28 ` Bart Schaefer
2018-10-03 16:25   ` Marc Chantreux
2018-10-03 17:47     ` Daniel Shahaf
2018-10-03 20:47       ` nat() in pure shell Marc Chantreux
2018-10-03 22:08         ` Daniel Shahaf
2018-10-03 23:23           ` Marc Chantreux
2018-10-08 10:38           ` Vincent Lefevre
2018-10-04 15:50         ` Bart Schaefer
2018-10-03 20:54     ` dangerous behavior of while in zsh 5.6 ? Bart Schaefer
2018-10-03 21:06       ` Marc Chantreux [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181003210614.GA32575@prometheus.u-strasbg.fr \
    --to=eiro@phear.org \
    --cc=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).