I'm trying to create a log file for a process with a date appended to the
logfile name. For example, update.log.120699. Below is my crontab input
and the error message mailed to me. Any help is greatly appreciated. Thanks.
/u01/oracle/admin/prod/scripts/update.ora >
/u01/oracle/admin/prod/log/update.log.`date +%m%d%y` 2>&1
/u01/oracle/admin/prod/scripts/update.ora >
/u01/oracle/admin/prod/log/update.log.`date +
/bin/sh: unexpected EOF while looking for ``'
/bin/sh: -c: line 2: syntax error
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.