Is it possible to write write multiple cronjobs in shellscript??

Hi All,

I need the answer of below question?

1) How to write multiple cronjobs in shellscript? Is there any way or we cant write in shellscript...

Regards,
Priyanka

You need to be more specific about what you are trying to do. What do you mean by "multiple cron jobs"?

Each cron job is a script which is executed by the cron daemon at the scheduled time. You can have any number of those.

Do you mean combine multiple jobs into one script? The answer is probably yes using the scripts logical flow to determine what should be executed or not executed.

Please provide more information about your issue.

This looks like homework/classwork or interview Q
Thread closed