From owner-freebsd-questions@FreeBSD.ORG Tue Dec 9 09:03:58 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 392DF16A4CE for ; Tue, 9 Dec 2003 09:03:58 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id C116143D2F for ; Tue, 9 Dec 2003 09:03:56 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 9 Dec 2003 11:06:58 -0600 Message-ID: <3FD60057.5020807@daleco.biz> Date: Tue, 09 Dec 2003 11:03:19 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Troy References: <071FBB09-2A07-11D8-97C5-000A95729428@untoldfaith.com> In-Reply-To: <071FBB09-2A07-11D8-97C5-000A95729428@untoldfaith.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Dec 2003 17:06:58.0937 (UTC) FILETIME=[DB315E90:01C3BE76] cc: freebsd-questions@freebsd.org 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 17:03:58 -0000 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