Hi All;
I have an issue trying to get a script written in the KSH. The script does not run from the cron entry:
00 10 * * * /bin/ksh /test.ksh
I think their is something to do with the environment... but most posts say something different. Can anyone help?
I need to use KSH seeing that for some reason the SH shell doesn't handly my variable properly.. for instance, i add bytes up to get MB's and TB's... the bytes value overflows and skews my values... KSH handles them no problem
thanks for the assistance.
I have an issue trying to get a script written in the KSH. The script does not run from the cron entry:
00 10 * * * /bin/ksh /test.ksh
I think their is something to do with the environment... but most posts say something different. Can anyone help?
I need to use KSH seeing that for some reason the SH shell doesn't handly my variable properly.. for instance, i add bytes up to get MB's and TB's... the bytes value overflows and skews my values... KSH handles them no problem
thanks for the assistance.