From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22835 invoked from network); 15 Jan 1998 16:22:21 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 15 Jan 1998 16:22:21 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id LAA24514; Thu, 15 Jan 1998 11:15:08 -0500 (EST) Resent-Date: Thu, 15 Jan 1998 11:15:08 -0500 (EST) Date: Thu, 15 Jan 1998 17:16:05 +0100 (MET) From: Wessel Dankers X-Sender: wsl@telamon.dyn.ml.org Reply-To: Wessel Dankers To: zsh-workers@math.gatech.edu Subject: Re: I've forgotten again how to do this --> 0-100 In-Reply-To: <199801150012.TAA07173@luomat.peak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Resent-Message-ID: <"6lV6e.0.x-5.BOZlq"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3710 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu On Wed, 14 Jan 1998, Timothy J Luoma wrote: > I know this is dumb, and I know I've asked before, and I know I should be > able to figure it out. > > Ignorance, expressed, I'll still ask: > > if I want to make a loop to go from 0 to 100, how do I do that? > > for i in 0-100; do > echo $i > done > > but the "0-100" part is the part I can never remember.... I suggest that you, as a punishment, write it out in full. :-) -- Wessel Dankers