> 
> Hi,
>       I'm interested in a minor detail: in
>       crontab, what is the traditional way --
>       to execute multi-line command, or just
>       create a script that does the same thing?
> 
>       For example, I have to execute a 5-line
>       evaluation from cron.  Which way is
>       better -- to put these five lines into
>       crontab, or create a script with the same
>       commands, and execute script?


The more traditional way (and, IMHO, best way) is to write a script, and then
have crond kick off that script.

--Mark


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to