From owner-freebsd-questions@FreeBSD.ORG Tue Dec 9 05:56:26 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 913B316A4CE for ; Tue, 9 Dec 2003 05:56:26 -0800 (PST) Received: from munk.nu (mail.munk.nu [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77FC343D30 for ; Tue, 9 Dec 2003 05:56:18 -0800 (PST) (envelope-from munk@munk.nu) Received: from munk by munk.nu with local (Exim 4.24; FreeBSD) id 1ATiLW-0009wd-9C; Tue, 09 Dec 2003 13:56:14 +0000 Date: Tue, 9 Dec 2003 13:56:14 +0000 From: Jez Hancock To: Troy Message-ID: <20031209135614.GB36853@users.munk.nu> Mail-Followup-To: Troy , FreeBSD Questions List References: <071FBB09-2A07-11D8-97C5-000A95729428@untoldfaith.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <071FBB09-2A07-11D8-97C5-000A95729428@untoldfaith.com> User-Agent: Mutt/1.4.1i Sender: User Munk cc: FreeBSD Questions List Subject: Re: user timer/alarm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 13:56:26 -0000 On Mon, Dec 08, 2003 at 10:17:48PM -0700, Troy wrote: > Hello, > I found a command a few days ago that would allow a user to type in the > command + time in minutes then it would allow a person to continue to > work, when the time was up it would let you know and that was it. Can > someone please refresh my memory as to what that command might've been? csh built-in 'sched' command perhaps?: sched -n (+) The first form prints the scheduled-event list. The sched shell variable may be set to define the format in which the scheduled-event list is printed. The second form adds command to the scheduled-event list. For example, > sched 11:00 echo It\'s eleven o\'clock. see the manpage for tcsh(1) for more details if so. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/