I am trying to place a script into cron which runs fine from the command line,
but produces (2) "stty: : Inappropriate ioctl for device" messages when placed into cron.
It does actually still do the work, but want to try to eliminate the message without using > /dev/null 2>&1.....
I am on Solaris 8, using Korn Shell.
but produces (2) "stty: : Inappropriate ioctl for device" messages when placed into cron.
It does actually still do the work, but want to try to eliminate the message without using > /dev/null 2>&1.....
I am on Solaris 8, using Korn Shell.