From owner-freebsd-questions@FreeBSD.ORG Fri Apr 30 18:20:01 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F7CF106564A for ; Fri, 30 Apr 2010 18:20:01 +0000 (UTC) (envelope-from drew@mykitchentable.net) Received: from smtp1.mc.surewest.net (qsmtp.mc.surewest.net [66.60.130.145]) by mx1.freebsd.org (Postfix) with SMTP id 212018FC17 for ; Fri, 30 Apr 2010 18:20:00 +0000 (UTC) Received: (qmail 11842 invoked from network); 30 Apr 2010 11:13:57 -0700 Received: by simscan 1.1.0 ppid: 11821, pid: 11822, t: 2.1984s scanners: regex: 1.1.0 attach: 1.1.0 spam: 3.1.7-deb X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on smtp1.surewest.net X-Spam-Level: * X-Spam-Status: No, score=1.8 required=13.5 tests=RATWARE_GECKO_BUILD autolearn=disabled version=3.1.7-deb X-Spam-CMAE-Analysis: _CMAETAG_ Received: from unknown (HELO blacklamb.mykitchentable.net) (69.62.230.77) by smtp1 with SMTP; 30 Apr 2010 11:13:55 -0700 Received: from [127.0.0.1] (bigdaddy.mykitchentable.net [192.168.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by blacklamb.mykitchentable.net (Postfix) with ESMTPS id DAAFA165440; Fri, 30 Apr 2010 11:19:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mykitchentable.net; s=default; t=1272651595; bh=yFfW7iGN7IJF/G2OHrZbQlPu7h5Ex6iJEhKtvVd7UGs=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=DXIlBicHzebWqBNqhL/4/GQDvt1CjOlFRlRyQHOkEgVlXp8CZUcBnixFMXuil3Uha d8fZ9GZQ/KBHxlO9actPEOCbZrnUwQZ7uAEx5Z5dVK3v/ssCXEkpOdw1FUwPXELCe1 PU3lF23R9cOnRM4f3BxqW3hVrtQaWLIEEAubD4wY= Message-ID: <4BDB1F42.9090005@mykitchentable.net> Date: Fri, 30 Apr 2010 11:19:46 -0700 From: Drew Tomlinson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Allie Daneman References: <4BDB0ACA.7040805@mykitchentable.net> <81347FF5-3BA7-47CC-90CD-2CD9881DCDC6@drainfade.com> In-Reply-To: <81347FF5-3BA7-47CC-90CD-2CD9881DCDC6@drainfade.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 100430-0, 04/29/2010), Outbound message X-Antivirus-Status: Clean Cc: "questions@freebsd.org" Subject: Re: 'at' command syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2010 18:20:01 -0000 On 4/30/2010 10:11 AM, Allie Daneman wrote: > Read the man page...that should shed light on the issue. > > Sent from my electronic slavery device. [snip] >> I've read the man page over and over. Thanks for your reply. I started there but guess I am dense. However Thomas' post told me that I have to use 'echo' or 'cat' and the pipe to feed 'at' from the command line. I wasn't grasping that I had to do it in this manner. Cheers, Drew