How to schedule the job in cron to run on Saturday at 9:30 AM and Sunday at 10:30 AM in a single line,
30 9 * * 6 command
30 10 * * 7 command
how can I schedule it in a single line .
How to schedule the job in cron to run on Saturday at 9:30 AM and Sunday at 10:30 AM in a single line,
30 9 * * 6 command
30 10 * * 7 command
how can I schedule it in a single line .
You can't.
If you had at lease one more duplicate (both start at 09 or both in Saturday) then it is possible.