Weekly Monday Cron
Example:
0 0 * * 1 /opt/weekly-cleanup.sh
Use
0 0 * * 1
for weekly tasks every Monday at midnight.
Try Cron Master →
FAQs
How to run on multiple weekdays?
Use comma separation: 0 0 * * 1,3,5 for Mon/Wed/Fri.