If I want the output of various cron jobs sent to more than one e-mail address, is there anything wrong with doing the following?
# beginning of crontab */10 * * * * /path/to/job0 [EMAIL PROTECTED] 02 03 * * * /path/to/job1 03 04 5 * * /path/to/job2 [EMAIL PROTECTED] 06 07 * * * /path/to/job3 # end of crontab Experimentation suggests that it works, but are there any pitfalls? -- Thanks, Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

