zsh-users
 help / color / mirror / code / Atom feed
From: Gaspar Bakos <bakos@cs.elte.hu>
To: zsh-users@sunsite.auc.dk
Subject: evaluating a condition
Date: Sun, 12 Sep 1999 20:41:39 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.3.96.990912203255.17690A-100000@neumann.cs.elte.hu> (raw)

Hi,

As a beginner in zsh, I would have a question concerning an 'if'
structure.

I have the following script, and I would like to print the numbers in the
terminal from ${min} to ${max}, if both of them are smaller than 10.

export min=$3;export max=$4;
        if (($[min]<10 && $[max]<10)) then
	        for i in {${min}..${max}}; do echo $i; done
        fi

However, this prints the numbers even if ${max}>10

Can someone help?

Gaspar


             reply	other threads:[~1999-09-12 18:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-12 18:41 Gaspar Bakos [this message]
1999-09-12 23:51 ` Bart Schaefer
1999-09-13 16:35   ` Sweth Chandramouli
1999-09-13 17:22     ` Bart Schaefer
1999-09-13  7:20 ` Johannes Mähner

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=Pine.LNX.3.96.990912203255.17690A-100000@neumann.cs.elte.hu \
    --to=bakos@cs.elte.hu \
    --cc=zsh-users@sunsite.auc.dk \
    /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).