From owner-freebsd-questions Fri Sep 21 8:12:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id CD04B37B418 for ; Fri, 21 Sep 2001 08:12:28 -0700 (PDT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.11.3/8.9.3) with ESMTP id f8LF53d13227; Fri, 21 Sep 2001 12:05:03 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Fri, 21 Sep 2001 12:05:03 -0300 (ART) From: Fernando Gleiser To: Drew Tomlinson Cc: "FreeBSD Questions (E-mail)" Subject: Re: Is There A "Wait" Command for Scripts? In-Reply-To: <5CD46247635BD511B6B100A0CC3F023925A0BE@ldcmsx01.lc.ca.gov> Message-ID: <20010921120318.M11474-100000@cactus.fi.uba.ar> 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 On Fri, 21 Sep 2001, Drew Tomlinson wrote: > I'm looking for a command to include in a csh script that will make the > script "wait" for 20 seconds or so before continuing on with the script. I > have been unsuccessful in finding what I need in man. Thanks! Errrr, sleep(1) ? SLEEP(1) FreeBSD General Commands Manual SLEEP(1) NAME sleep - suspend execution for an interval of time SYNOPSIS sleep seconds DESCRIPTION The sleep command suspends execution for a minimum of seconds. Fer > > Drew > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message