On Thu, 02 Jul 2009 10:27:46 -0500
Chris Bennett wrote:
> I had an odd problem with cron.
Hi,
The command in cron is executed by the defined $SHELL.
The semicolon means run each part after one another, without caring for
the exitstatus of the previous.
With ksh you'd want to connect the parts with a single ampersand so
they are "executed in the background".
Just have a look at the manpage for whatever shell you use in that
crontab.