From owner-freebsd-questions@FreeBSD.ORG Tue Dec 9 11:45:05 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 ACE0D16A4CE for ; Tue, 9 Dec 2003 11:45:05 -0800 (PST) Received: from mail.redinsight.com (h-64-105-153-11.DNVTCO56.covad.net [64.105.153.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE61243D32 for ; Tue, 9 Dec 2003 11:44:54 -0800 (PST) (envelope-from freebsd@untoldfaith.com) Received: from [194.168.1.150] ([]) by mail.redinsight.com (Merak 6.1.0) with ASMTP id JFC37105 for ; Tue, 09 Dec 2003 12:44:54 -0700 Mime-Version: 1.0 (Apple Message framework v606) In-Reply-To: <3FD60057.5020807@daleco.biz> References: <071FBB09-2A07-11D8-97C5-000A95729428@untoldfaith.com> <3FD60057.5020807@daleco.biz> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <28A2A546-2A80-11D8-9ED0-000A95729428@untoldfaith.com> Content-Transfer-Encoding: 7bit From: Troy Date: Tue, 9 Dec 2003 12:44:53 -0700 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.606) 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 19:45:05 -0000 That was it!!! Thank you sir, Troy On Dec 9, 2003, at 10:03 AM, Kevin D. Kinsey, DaleCo, S.P. wrote: > 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? I of course did not write it down and thus can't >> remember. >> >> Thanks, >> >> Troy >> > > And, behind door number three, leave(1): > > #leave 1105 > > Which will prompt "time to leave" at > 11:05 (am) local time.... > > KDK >