From owner-freebsd-questions Fri Oct 26 12:34:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web9607.mail.yahoo.com (web9607.mail.yahoo.com [216.136.129.186]) by hub.freebsd.org (Postfix) with SMTP id CFFCA37B401 for ; Fri, 26 Oct 2001 12:34:34 -0700 (PDT) Message-ID: <20011026193434.45814.qmail@web9607.mail.yahoo.com> Received: from [65.203.100.1] by web9607.mail.yahoo.com via HTTP; Fri, 26 Oct 2001 12:34:34 PDT Date: Fri, 26 Oct 2001 12:34:34 -0700 (PDT) From: The Almonds Subject: Newbie-Simple C Shell programming help To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG All, I am trying to run a program via a c shell 100 times for a stress test. I have #!/bin/sh for 1 in 1 2 3 do x done as you can see this is painful if I want to do 100. Anyone know of a quick way to do this for 100 loops. Curtis __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message