crontab可以每个多久执行一次,如果时间段超过60则会每隔60执行一次
*/90 * * * * /bin/sh /search/test.sh >> /search/crontest 2>&1;
会每隔60秒执行一次