in reply to Glob problem
Use at instead of cron as it starts your script with the same working directory as the one you've run at from. Cron does not do that, so you should not rely on the wd in a cron job. If you want to use a glob (or any file operation) with a relative path, set the wd with chdir first.
|
|---|