👋 Hello! I'm Alphonsio the robot. Ask me a question, I'll try to answer.

How to schedule a cron job at every minutes?

To schedule a cron job at every minute, use the following syntax:

  *  *  *  *  * 	user-name 	/path/to/command
# |  |  |  |  |
# |  |  |  |  .---- Every day of the week
# |  |  |  .------- Every month
# |  |  .---------- Every day
# |  .------------- Every hour
# .---------------- Every minute

More