Result :
test2
/tmp
pwd command yields /tmp
test2.sh
test3.sh
test.sh
test3.sh
/tmp/test.sh[2]: test3.sh: introuvable.
Same problem. I have find only one solution.
Modify test2.sh :
echo "test2"
. ./test3.sh
Thanks
Nicolas
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.