zsh-users
 help / color / mirror / code / Atom feed
From: mason@primenet.com.au (Geoff Wing)
To: zsh-users@math.gatech.edu
Subject: Re: I've forgotten again how to do this --> 0-100
Date: 15 Jan 1998 15:01:38 GMT	[thread overview]
Message-ID: <slrn6bs96i.liv.mason@coral.primenet.com.au> (raw)
In-Reply-To: <199801151028.KAA21473@taos.demon.co.uk>

Andrew Main <zefram@tao.co.uk> typed:
:Timothy J Luoma wrote:
:>for i in 0-100; do
:>	echo $i
:>done
:for ((i=0;i<=100;i++)); do
:	echo $i
:done
:takes less memory than the brace expansion method.

And is only available in zsh-3.1.2 up.  Or maybe 3.1.1 up (but it's not one
of the 30 odd zsh versions I've got in my bin dir).
-- 
Geoff Wing [gcw@pobox.com]                         Phone    : +61-3-9818 2977
 Technical Manager: PrimeNet Computer Consultants  Facsimile: +61-3-9818 5155
 Work URL: http://www.primenet.com.au/             Mobile   : 0412 162 441
 Ego  URL: http://pobox.com/~gcw/


  reply	other threads:[~1998-01-15 15:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-01-15  0:12 Timothy J Luoma
1998-01-15  0:46 ` Danek Duvall
1998-01-15  1:03   ` Mirar
1998-01-15 10:28 ` Andrew Main
1998-01-15 15:01   ` Geoff Wing [this message]
1998-01-15 17:39   ` Brandon C. George
1998-01-15 17:51     ` Andrew Main
1998-01-15 20:32   ` Sweth Chandramouli
1998-01-15 22:59     ` Geoff Wing
1998-01-21 16:26       ` loops and all that Sven Guckes
1998-01-22  3:54   ` related question Sweth Chandramouli
1998-01-22  9:24     ` Bernd Eggink
1998-01-22 13:00     ` Mirar

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=slrn6bs96i.liv.mason@coral.primenet.com.au \
    --to=mason@primenet.com.au \
    --cc=zsh-users@math.gatech.edu \
    /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).