Understanding Cron
Everything you need to know about time-based scheduling in Unix systems. Simple, powerful, and precise.
*
The Wildcard
The asterisk means "every". If used in the Minute field, it triggers every minute.
/
The Step
The slash defines increments. */15 in minutes means "every 15 minutes" (0, 15, 30, 45).
Fields Reference
| Field |
Required |
Allowed Values |
Allowed Special Characters |
| Minute | Yes | 0-59 | , - * / |
| Hour | Yes | 0-23 | , - * / |
| Day of Month | Yes | 1-31 | , - * / ? L W |
| Month | Yes | 1-12 or JAN-DEC | , - * / |
| Day of Week | Yes | 0-6 or SUN-SAT | , - * / ? L # |
Frequently Asked Questions
show = false, 3000)"
x-show="show"
x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="opacity-0 translate-y-8 scale-90"
x-transition:enter-end="opacity-100 translate-y-0 scale-100"
x-transition:leave="transition ease-in duration-200"
x-transition:leave-start="opacity-100 translate-y-0 scale-100"
x-transition:leave-end="opacity-0 translate-y-8 scale-90"
class="fixed bottom-8 left-1/2 transform -translate-x-1/2 z-50 bg-black/80 backdrop-blur-md text-white px-6 py-3 rounded-full shadow-2xl flex items-center space-x-3 border border-white/10"
style="display: none;"
>