如何在运行linux命令之前休眠10秒?
简单的问题:我想在每分钟的第 10 秒(例如下午 2:00:10)运行一次 cron 操作。 cron 操作运行curl 命令来下载网站页面。我如何运行 cron 操作来做到这一点?
当前的 crontab 设置:
* * * * * curl http://www.google.com/
Simple question: I want to run a cron operation every minute at the 10th second (for example at 2:00:10 PM). The cron operation runs a curl command to download a website page. How can I run a cron operation to do that?
Current crontab setting:
* * * * * curl http://www.google.com/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)