From owner-freebsd-questions@FreeBSD.ORG Mon Jun 14 11:11:40 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB6441065672 for ; Mon, 14 Jun 2010 11:11:40 +0000 (UTC) (envelope-from amitabhkant@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9CDBA8FC1A for ; Mon, 14 Jun 2010 11:11:40 +0000 (UTC) Received: by vws20 with SMTP id 20so4867654vws.13 for ; Mon, 14 Jun 2010 04:11:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=TpV8NnYKoxZtWpdjKz0HXieBRnPhuF/eI48B02dk94o=; b=D3GHOD7E4/gR7InUIowdFFz9ICIAUXQtr1FJ/CatW5Hcf7H173zQzZMgLtxp8vumZX aZO8YFTq73LcPL+DVSzc9hGc8m5QNaVcv+VmMBmeTIdRRFpDFP2M1+2co9e35S3Ojd5z u80Dc5lkMh9LiM+uZE0XDiWdugwn86A4nO29A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=C3cgwLn7Aa8XCVNQ+Sv3JtiSo1WWRQDlQkBsZOTgF6Dq8Vg5den8XrZDvZNfQZ0Y49 beVIZ/gF9ZLKeV4lORatKYkfR288ZBjrARLr0IDq2k5U7jdSl1Q7KCIiLK5NKYM8zHwJ /I+zyFQafGBIUEMbiy3OgcNg6ni4zR2TocwD0= Received: by 10.224.27.3 with SMTP id g3mr2019316qac.1.1276513899218; Mon, 14 Jun 2010 04:11:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.99.201 with HTTP; Mon, 14 Jun 2010 04:11:19 -0700 (PDT) In-Reply-To: References: From: Amitabh Kant Date: Mon, 14 Jun 2010 16:41:19 +0530 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Simulate CRON 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: Mon, 14 Jun 2010 11:11:41 -0000 On Mon, Jun 14, 2010 at 3:42 PM, Carmel wrote: > I saw a posting here months ago regarding a way to simulate running a > script under CRON. I wrote it down and now cannot find it. Googling has > not proved very useful either. I just cannot remember the program name. > > I hope I am explaining this sanely enough. > > -- > Carmel =E2=9C=8C > carmel_ny@hotmail.com > > Are you looking for a cron syntax check? If yes, then this site should be o= f some help: http://www.hxpi.com/cron_sandbox.php Amitabh