From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1877 invoked from network); 2 Dec 1998 16:15:17 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 2 Dec 1998 16:15:17 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id LAA16947; Wed, 2 Dec 1998 11:01:56 -0500 (EST) Resent-Date: Wed, 2 Dec 1998 11:01:48 -0500 (EST) Date: Wed, 2 Dec 1998 17:00:32 +0100 From: Sven Guckes To: ZShell Users List Subject: counting in "for" loops Message-ID: <19981202170030.A2789@math.fu-berlin.de> Mail-Followup-To: ZShell Users List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.16i X-Mailer: Mutt http://www.mutt.org/ X-Editor: Vim http://www.vim.org/ X-URL: http://www.math.fu-berlin.de/~guckes/ X-IRC: ircII 2.8.16beta (19960317) Resent-Message-ID: <"Lt66L2.0.K84.gHMPs"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1951 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Again, I look at the manual and I cannot find how to do a simple count within a for loop. $ for count in ???; do > echo -n $count > done 1 2 3 4 5 6 7 8 9 10 What do I need for "???"? Why isn't this in the manual as an example? *sigh* Sven