⏰ Shell Cron Jobs

📖 What is Cron?

Cron is a time-based job scheduler in Unix-like systems. It lets you run commands/scripts automatically at scheduled times.

📦 Common Commands

🕒 Cron Syntax

MIN HOUR DAY MONTH WEEKDAY command

💻 Try It Yourself

Output will appear here...