Hi,
I have actually an execution problem with my crontab under AIX 5.3.
In my crontab, i have the current line :
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /tmp/test.sh > /tmp/test.txt 2>&1
My unix user is setup with ksh.
I have 3 shell files :
test.sh :
. /tmp/test2.sh
test2.sh :
echo "test2"
. test3.sh
test3.sh :
echo "test3"
The result file "test.txt" :
test2
/tmp/test.sh: test3.sh: cannot be found.
I can't modify test2.sh and test3.sh.
Have you an workaround for this problem because this example can be only launch with an command line.
Regards
Nicolas
I have actually an execution problem with my crontab under AIX 5.3.
In my crontab, i have the current line :
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /tmp/test.sh > /tmp/test.txt 2>&1
My unix user is setup with ksh.
I have 3 shell files :
test.sh :
. /tmp/test2.sh
test2.sh :
echo "test2"
. test3.sh
test3.sh :
echo "test3"
The result file "test.txt" :
test2
/tmp/test.sh: test3.sh: cannot be found.
I can't modify test2.sh and test3.sh.
Have you an workaround for this problem because this example can be only launch with an command line.
Regards
Nicolas