↧
Answer by Bruce Ediger for While/Read/Do/Done Loop Cutting Out Halfway...
You probably should redirect stderr of time /home/admin/all.sh into the log file or some other file. My guess is that you're missing the error message. crond typically emails any stdout or stderr...
View ArticleWhile/Read/Do/Done Loop Cutting Out Halfway Through Text File
I have a bash script where I run a while/read/do/done loop that is fed off of a text file with 200+ values in it. I have this bash script set on my cron to run three times per morning. I am running...
View Article