码迷,mamicode.com
首页 > 其他好文 > 详细

wget

时间:2017-02-28 19:17:37      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:question   tde   end   .net   任务   rect   命令详解   命令   lan   

wget 下载不产生文件(crontab定时任务时可能不希望产生文件)

wget -O /dev/null -o /dev/null example.com

Here -O sends the downloaded file to /dev/null and -o logs to /dev/null instead of stderr. That way redirection is not needed at all.
http://serverfault.com/questions/619542/piping-wget-output-to-dev-null-in-cron

命令详解:
http://man.linuxde.net/wget

wget

标签:question   tde   end   .net   任务   rect   命令详解   命令   lan   

原文地址:http://www.cnblogs.com/isykw/p/6480112.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!