I have crontab'ed a script that invokes several other scripts. The control script is in a dir below my $HOME setting. How do I override this setting (what is the syntax) so that cron's pwd is in the proper directory. I have tried the following but it doesn't seem to work: 10 * * * * HOME=/u/hojo/script/cccdir/getccc; /u/hojo/script/cccdir/getccc I need to specify a different HOME for several different entries in crontab. any help would be greatful. Thanks David Hajoglou
