in reply to Re^2: running shell script in cron
in thread running shell script in cron
I was thinking that using & inside backquotes wouldn't work (and it doesn't make much sense since the caller would have to wait for the completion anyway). I tried it on Cygwin Perl, and at least it works here (using bash for shelling out). I don't know whether this is supposed to work in general.
Another strange thing in your code is that you haveSo provided your backquoted string substitutes to blablabla, you would have something likecd $sc `...`
What is this supposed to do?cd $sc blablabla
|
|---|