From owner-freebsd-stable Sat Jun 16 0: 5:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from anime.net (anime.net [63.172.78.150]) by hub.freebsd.org (Postfix) with ESMTP id 89D0B37B401 for ; Sat, 16 Jun 2001 00:05:28 -0700 (PDT) (envelope-from eugene@anime.net) Received: (from eugene@localhost) by anime.net (8.9.3/8.9.3) id AAA07596 for stable@FreeBSD.ORG; Sat, 16 Jun 2001 00:05:23 -0700 Date: Sat, 16 Jun 2001 00:05:23 -0700 From: Eugene Lee To: FreeBSD-Stable Subject: Re: Benchmarking CVSup Message-ID: <20010616000523.A6642@anime.net> Mail-Followup-To: FreeBSD-Stable References: <20010616060538.69356.qmail@web14707.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20010616060538.69356.qmail@web14707.mail.yahoo.com>; from hackr_d@yahoo.com on Fri, Jun 15, 2001 at 11:05:38PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jun 15, 2001 at 11:05:38PM -0700, Donn Miller wrote: : : Actually, it should go from 1->16. A more compact way to do it would be: : : i=0 : while [ $i -le 16 ] ; do : # traceroute cvsup$i.freebsd.org : i=`expr $i + 1` : done I prefer jot. :) for i in `jot 16` do traceroute -n cvsup${i}.freebsd.org done -- Eugene Lee eugene@anime.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message