shell script
2007-12-25 8:46:00
thanks to all of you for your responses, and my golly, I must have received at
least over 100 responses back! Nevertheless, all of them pointed out exactly what
the problem was;
Cron jobs runs Bourne shell; therefore "#!/bin/csh" should be included as the first line to run C-shell scripts. Otherwise, write the script in Bourne shell.
Thank you so much again.
Comments
Got something to say?
You must be logged in to post a comment.

