FAQ

Common questions about Cron to Text.

What is a cron expression?

A cron expression is a string of five fields that defines a schedule for running tasks automatically. Each field represents minute, hour, day of month, month, and day of week.

What does */5 * * * * mean?

It means 'every 5 minutes'. The */5 in the minute field indicates a step value, so the task runs at minutes 0, 5, 10, 15, and so on.

Does this tool support 6-field cron expressions with seconds?

This tool is designed for standard 5-field cron expressions. Some systems use a 6th field for seconds, but that is not universally supported.

Is this cron to text converter free?

Yes, it is completely free and runs entirely in your browser. No data is sent to our servers.

Can I use this for crontab files?

Absolutely. The expressions used in crontab files are standard 5-field cron expressions, which this tool fully supports.