From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5983 invoked from network); 15 Jan 1998 00:27:54 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 15 Jan 1998 00:27:54 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id TAA11212; Wed, 14 Jan 1998 19:12:00 -0500 (EST) Resent-Date: Wed, 14 Jan 1998 19:10:57 -0500 (EST) Message-Id: <199801150012.TAA07173@luomat.peak.org> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.1mach v148) X-Image-URL: http://www.peak.org/~luomat/next/luomat@peak.org.tiff X-Nextstep-Mailer: Mail 4.1mach (Enhance 2.1) From: Timothy J Luoma Date: Wed, 14 Jan 98 19:12:21 -0500 To: zsh-users@math.gatech.edu Subject: I've forgotten again how to do this --> 0-100 X-Image-URL-Disclaimer: hey, it's off my student ID, gimme a break ;-) Resent-Message-ID: <"3c_6.0.Nk2.GGLlq"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1227 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu 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.... TjL, Class Dunderhead ps -- what is this actually called, so I can possibly find it in the man pages ?