LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Crontab every 10 minutes (https://www.linuxquestions.org/questions/linux-general-1/crontab-every-10-minutes-117651/)

Neorio 11-18-2003 11:27 PM

Crontab every 10 minutes
 
I'm trying to get a cron jobbed shell script run every 10 minutes, but I've forgotten how to program cron for this. Can anyone help?

HappyTux 11-18-2003 11:46 PM

Re: Crontab every 10 minutes
 
Quote:

Originally posted by Neorio
I'm trying to get a cron jobbed shell script run every 10 minutes, but I've forgotten how to program cron for this. Can anyone help?
crontab -e then */10 * * * * /path/to/script.sh


All times are GMT -5. The time now is 07:08 AM.