in reply to running shell script in cron
I wonder whether that program really worked outside the cron job. At least the command
looks weird (or there are some arcane corners in shell scripting I'm still missing). Could you explain what it is supposed to do? I've never seen the use of the ampersand inside backquotes...cd $sc `script1.pl S & `
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: running shell script in cron
by parv (Parson) on Mar 26, 2009 at 09:27 UTC | |
|
Re^2: running shell script in cron
by raghu_shekar (Novice) on Mar 25, 2009 at 01:30 UTC | |
by rovf (Priest) on Mar 25, 2009 at 08:33 UTC |