NexTool
ToolsConvertersBlogAI SuitePricing
HomeCheat SheetsCrontab Expression Examples Cheat Sheet
developer4 sections · 26 items

Crontab Expression Examples Cheat Sheet

Common cron schedule patterns with plain-English explanations, field syntax reference, and special string shortcuts.

Cron Field Reference

ItemValueNotes
Minute0–59First field
Hour0–23Second field
Day of Month1–31Third field
Month1–12 or JAN–DECFourth field
Day of Week0–6 or SUN–SATFifth field (0 = Sunday)
Special chars* (any), , (list), - (range), / (step)Combine as needed

Common Schedule Patterns

ItemValueNotes
Every minute* * * * *--
Every 5 minutes*/5 * * * *--
Every 15 minutes*/15 * * * *--
Every hour (on the hour)0 * * * *--
Daily at midnight0 0 * * *--
Daily at 9:00 AM0 9 * * *--
Weekdays at 8:30 AM30 8 * * 1-5--
Every Sunday at 2 AM0 2 * * 0--

Advanced Patterns

ItemValueNotes
First day of month at noon0 12 1 * *--
Every quarter (Jan,Apr,Jul,Oct 1st)0 0 1 1,4,7,10 *--
Twice daily (9 AM and 5 PM)0 9,17 * * *--
Every 30 min during business hours*/30 9-17 * * 1-5--
Last day of month (workaround)0 0 28-31 * * [ $(date +\%d -d tomorrow) -eq 1 ]Requires shell check
Every 2 hours0 */2 * * *--

Special Strings (some systems)

ItemValueNotes
@rebootRun once at startup--
@yearly / @annually0 0 1 1 *--
@monthly0 0 1 * *--
@weekly0 0 * * 0--
@daily / @midnight0 0 * * *--
@hourly0 * * * *--

Tip: Use landscape orientation for wider tables

Related Tools

Cron Expression Builder

Build and explain cron expressions visually

Timestamp Converter

Convert between Unix timestamps and dates

Countdown Timer

Multiple countdown timers with progress rings and fullscreen mode

Date Calculator

Calculate days between dates, add/subtract time, find weekdays, and more

Stay Updated

Get notified about new tools, features, and exclusive deals. No spam, ever.

Browse All Cheat Sheets →
NexTool

Free online tools for developers, writers, and creators. Powered by AI.

Tools

  • Finance & Tax
  • Investment & Retirement
  • Insurance
  • Real Estate
  • Health & Fitness
  • Home & DIY
  • Developer Tools
  • AI Tools
  • All Tools

Resources

  • Blog
  • Unit Conversions
  • All Tools

Company

  • About
  • Pricing
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 NexTool. All rights reserved.

Fine Print Decoder™ and all AI analysis tools are proprietary technology of NexTool.

Made with care for the internet