in reply to Re: running shell script in cron
in thread running shell script in cron

I wonder if there is some missing assignment (result of ``, which would still make cd fail in a normal, mordern bourne-like shell) or a missing semicolon (after the cd argument) ...