Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: cron problem report Date: Mon, 1 Mar 2004 16:37:11 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Harig, Mark" To: "Seiji Tokunaga" , X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i21LbOHj011669 > > % crontab -l > # DO NOT EDIT THIS FILE - edit the master and reinstall. > # (/tmp/crontab.3928 installed on Mon Mar 1 15:03:19 2004) > # (Cron version -- $Id: crontab.c,v 1.7 2003/04/15 15:13:41 > corinna Exp $) > * * * * * `date` >> ${HOME}/foo.log > % Do not include backquotes on 'date' -- you are instructing cron to execute the date string. Simply use: * * * * * date >> /usr/tmp/date.txt -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/