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...